diff options
author | raveit65 <[email protected]> | 2016-10-20 08:43:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-20 08:47:33 +0200 |
commit | c9909307bcb33ce4b76c6b1bca37a69fe0abeb84 (patch) | |
tree | c61ca98965cb370753dbbc30d191e5cd60dda993 /desktop-themes/GreenLaguna | |
parent | f88ae2e9984c9ac51e530cb62ae89ff55af70c00 (diff) | |
download | mate-themes-c9909307bcb33ce4b76c6b1bca37a69fe0abeb84.tar.bz2 mate-themes-c9909307bcb33ce4b76c6b1bca37a69fe0abeb84.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 0b5bf4c6..76284186 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'); } */ |