Make GtkDrawingArea transparent. Fixes #156

This commit is contained in:
Satyajit Sahoo
2014-12-28 21:11:06 +05:30
parent bc7e885096
commit 09c071e22b
+1 -1
View File
@@ -424,7 +424,7 @@ GtkIconView.content-view.check:selected {
* drawing area *
****************/
GtkDrawingArea {
background-color: @theme_base_color;
background-color: transparent;
}
GtkDrawingArea:insensitive {