diff options
author | raveit65 <[email protected]> | 2016-10-20 08:43:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-20 08:46:13 +0200 |
commit | 0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2 (patch) | |
tree | 0c5a9ad5c8e2e6b2b1a505bbdd50ce7d82930f93 /desktop-themes/GreenLaguna | |
parent | 291c7f7216a3b4ae29702188412e2fd8fc31a2d0 (diff) | |
download | mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.bz2 mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.xz |
GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 3 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/window-controls.css | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 30c7dc7a..4ff02591 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2638,8 +2638,7 @@ toolbar.primary-toolbar combobox button.combo:disabled { @button_hover_gradient_color_b); } -toolbar GtkSeparatorToolItem { -/* -GtkWidget-separator-width: 1;*/ +toolbar separator { border-style: solid; border-width: 1px; border-color: shade(@theme_bg_color, 0.85); diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css index e94f0fb4..c334d782 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css @@ -140,15 +140,15 @@ headerbar .left:dir(rtl) button.close.titlebutton:backdrop:hover { /* Menu button when fallback kicks in (XFCE, Cinnamon etc.) */ /* -headerbar .button.menu-button.titlebutton { +headerbar .button.popup.titlebutton { background-image: url('window-controls/menu.png'); } -headerbar .button.menu-button.titlebutton:hover { +headerbar .button.popup.titlebutton:hover { background-image: url('window-controls/menu_prelight.png'); } -headerbar .button.menu-button.titlebutton:active { +headerbar .button.popup.titlebutton:active { background-image: url('window-controls/menu.png'); } */ |