mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Make GtkDrawingArea transparent #156
This commit is contained in:
@@ -100,11 +100,13 @@
|
|||||||
/* this will get overridden by .view, needed by gedit line numbers */
|
/* this will get overridden by .view, needed by gedit line numbers */
|
||||||
GtkTextView { background-color: mix($bg_color, $base_color, 0.50); }
|
GtkTextView { background-color: mix($bg_color, $base_color, 0.50); }
|
||||||
|
|
||||||
GtkDrawingArea, GtkHTML {
|
GtkHTML {
|
||||||
@extend .view;
|
@extend .view;
|
||||||
|
|
||||||
&:insensitive { background-color: shade($base_color, 0.9); }
|
&:insensitive { background-color: shade($base_color, 0.9); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkDrawingArea { background-color: transparent; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
|
|||||||
Reference in New Issue
Block a user