Make GtkDrawingArea transparent. Fixes #156

pull/188/head v2.5
Satyajit Sahoo 2014-12-28 21:11:06 +05:30
parent bc7e885096
commit 09c071e22b
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ GtkIconView.content-view.check:selected {
* drawing area *
****************/
GtkDrawingArea {
background-color: @theme_base_color;
background-color: transparent;
}
GtkDrawingArea:insensitive {