From a1d630da1b3dde6a73ab4ebbe86e802cccb5849a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 22 Jul 2016 15:58:18 +0200 Subject: GTK+-3.20 Menta themes: remove notebook border color for pavu-control This has a negative effect for other apps like virt-manager --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 14 ++++++++++---- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 11 +++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index cc5a1de2..cfc6ae50 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1944,10 +1944,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 { background-color: shade (@theme_bg_color, 1.1); border-style: solid; @@ -1956,6 +1952,16 @@ notebook.frame { border-radius: 4px 4px 0px 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 { + background-color: shade (@theme_bg_color, 1.1); + border-style: none; + border-width: 0px; + border-radius: 4px 4px 0px 0px; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: shade (@theme_bg_color, 1.1); border-radius: 0px; diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css index f3e436c7..8894aa0f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css @@ -516,3 +516,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport { background-color: shade (@theme_bg_color, 1.12); } +/**************** + * 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