diff options
author | raveit65 <[email protected]> | 2016-08-13 18:34:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-13 18:34:40 +0200 |
commit | 3da8ba12ea4313ff9c4ec80aa98944a45337dac8 (patch) | |
tree | 8dcf772263c75f4bf8137a70c626e20eacfa5a13 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 32cef2feb5c49c463638de9a84ed229f77bca806 (diff) | |
download | mate-themes-3da8ba12ea4313ff9c4ec80aa98944a45337dac8.tar.bz2 mate-themes-3da8ba12ea4313ff9c4ec80aa98944a45337dac8.tar.xz |
GTK+-3.20 GreenLaguna: improvements for GtkNotebook
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 12 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 1 |
2 files changed, 5 insertions, 8 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 0ae7e71e..ef842248 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -936,13 +936,11 @@ notebook.frame { padding: 0px; } -window.background > box.vertical > notebook, /* pavu-control */ -window.background.csd > box.vertical > notebook, -window.background.ssd > box.vertical > notebook, -window.background.solid-csd > box.vertical > notebook { - border-color: @notebook_border; - border-style: none; - border-width: 0px; +/* pavu-control */ +window.background > box.vertical > notebook:not(.frame), +window.background.csd > box.vertical > notebook:not(.frame), +window.background.ssd > box.vertical > notebook:not(.frame), +window.background.solid-csd > box.vertical > notebook:not(.frame) { border-radius: 3px; padding: 0px; } diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 5b5fc571..2154f06c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -285,7 +285,6 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { * virt-manager * ****************/ -window.background > box.vertical > notebook, window.background > box.vertical > notebook overlay > scrolledwindow, window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-style: none; |