diff options
author | raveit65 <[email protected]> | 2016-08-13 18:34:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-13 18:34:53 +0200 |
commit | 195de46f57a0567eb10e6a0ab2e4865f30cab681 (patch) | |
tree | 3c8ea72854978c30eed1803564b7411e08a84e74 /desktop-themes/GreenLaguna | |
parent | 9e8536d898a650ece00cb21aa5029f3729908611 (diff) | |
download | mate-themes-195de46f57a0567eb10e6a0ab2e4865f30cab681.tar.bz2 mate-themes-195de46f57a0567eb10e6a0ab2e4865f30cab681.tar.xz |
GTK+-3.20 GreenLaguna: improvements for GtkNotebook
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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; |