From 775e85bcc3a662d01520c58135d2449695dd7685 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 22 Jul 2016 16:04:20 +0200 Subject: GTK+-3.20 TOK themes: remove notebook border color for pavu-control This has a negative effect for other apps like virt-manager --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 15 +++++++++++---- .../TraditionalGreen/gtk-3.0/other-applications.css | 11 +++++++++++ desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 15 +++++++++++---- .../TraditionalOk/gtk-3.0/other-applications.css | 11 +++++++++++ 4 files changed, 44 insertions(+), 8 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index f50e9ba7..b18493ea 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1575,10 +1575,6 @@ notebook { background-clip: border-box; } -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: @notebook_bg_color; background-clip: border-box; @@ -1588,6 +1584,17 @@ notebook.frame { border-radius: 3px 3px 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: @notebook_bg_color; + background-clip: border-box; + border-style: none; + border-width: 0px; + border-radius: 3px 3px 0px 0px; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: @notebook_bg_color; border-radius: 0px; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css index 904c5fbe..0b1fba07 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -78,3 +78,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport sc background-color: shade (@theme_bg_color, 1.03); } +/**************** + * 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; +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 1dda2a7f..5fd6eebb 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1576,10 +1576,6 @@ notebook { background-clip: border-box; } -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: @notebook_bg_color; background-clip: border-box; @@ -1589,6 +1585,17 @@ notebook.frame { border-radius: 3px 3px 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: @notebook_bg_color; + background-clip: border-box; + border-style: none; + border-width: 0px; + border-radius: 3px 3px 0px 0px; +} + printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook { background-color: @notebook_bg_color; border-radius: 0px; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index 904c5fbe..0b1fba07 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css @@ -78,3 +78,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport sc background-color: shade (@theme_bg_color, 1.03); } +/**************** + * 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