diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 41b8ba426..3ee6f7450 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -9,6 +9,8 @@ * Left -> Right * * We need a standardized naming scheme. + * + * As of Gtk 3.20, you cannot use widget names. */ /* Lightest to darkest based on linear rgb */ @@ -27,10 +29,16 @@ GtkWidget { /* font-size: 12pt; */ } +/* Gtk <= 3.18 */ SPRuler { background-color: @bg_color05; } +/* Gtk > 3.18 */ +ruler-widget { + background-color: @bg_color05; +} + SPCanvas { background-color: @bg_color0; } |
