Make GtkDrawingArea transparent #156

pull/224/head
Satyajit Sahoo 2014-12-28 21:09:36 +05:30
parent c0bfa7f013
commit 14f1db1e01
1 changed files with 3 additions and 1 deletions

View File

@ -100,11 +100,13 @@
/* this will get overridden by .view, needed by gedit line numbers */
GtkTextView { background-color: mix($bg_color, $base_color, 0.50); }
GtkDrawingArea, GtkHTML {
GtkHTML {
@extend .view;
&:insensitive { background-color: shade($base_color, 0.9); }
}
GtkDrawingArea { background-color: transparent; }
}
/************