Make GtkDrawingArea transparent #156
parent
c0bfa7f013
commit
14f1db1e01
|
@ -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; }
|
||||
}
|
||||
|
||||
/************
|
||||
|
|
Loading…
Reference in New Issue