diff options
author | raveit65 <[email protected]> | 2016-07-22 16:02:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-22 16:02:24 +0200 |
commit | 92b088305848070c475b1a582a754c2756847dd5 (patch) | |
tree | 40bda494893f1b08d478093f49622e8a520ce9c9 /desktop-themes | |
parent | c839487b5d0830c7c5160abb19c8df192e2586f8 (diff) | |
download | mate-themes-92b088305848070c475b1a582a754c2756847dd5.tar.bz2 mate-themes-92b088305848070c475b1a582a754c2756847dd5.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 f8e86cba..70f1d645 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 632f10e6..a570e4ce 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; +} + |