From 966f2c6de5f6f4bd0fcf5820e70069d676180844 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 22 Jul 2016 16:02:24 +0200 Subject: GTK+-3.20 GreenLaguna: remove notebook border color for pavu-control This has a negative effect for other apps like virt-manager --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 15 +++++++++++---- 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; +} + -- cgit v1.2.1