diff options
author | raveit65 <[email protected]> | 2016-07-22 16:02:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 16:06:10 +0200 |
commit | 966f2c6de5f6f4bd0fcf5820e70069d676180844 (patch) | |
tree | be39b881bd95f774292da77b6faaa6fed108872a /desktop-themes | |
parent | 07e697b1d843024fbffc2a7f4ef503002639f9cc (diff) | |
download | mate-themes-966f2c6de5f6f4bd0fcf5820e70069d676180844.tar.bz2 mate-themes-966f2c6de5f6f4bd0fcf5820e70069d676180844.tar.xz |
GTK+-3.20 GreenLaguna: remove notebook border color for pavu-control
This has a negative effect for other apps like virt-manager
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 11 |
2 files changed, 22 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 244a335d..0ae7e71e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -928,10 +928,6 @@ notebook { border-style: none; } -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, notebook.frame { border-color: @notebook_border; border-style: solid; @@ -940,6 +936,17 @@ 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; + border-radius: 3px; + padding: 0px; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { border-radius: 0px; border-style: solid; diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 3bfb107e..5b5fc571 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -281,3 +281,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { background-color: shade (@theme_bg_color, 1.04); } +/**************** + * 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; + border-width: 0px; +} + |