summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-20 08:43:07 +0200
committerraveit65 <[email protected]>2016-10-20 08:43:07 +0200
commita26b68af1e952dd0eceac61af61b607c343f4cf5 (patch)
treea7451a44e7531d8706707111515b78a598ef5c60 /desktop-themes/GreenLaguna
parent4373582b7cf1a3f326784cc058ef48193286f304 (diff)
downloadmate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.tar.bz2
mate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.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.css3
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/window-controls.css6
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');
}
*/