From 18d0c4f2fbcdd1cacac3031743b801ec84083f4b 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/TraditionalOk/gtk-3.0/gtk-widgets.css | 15 +++++++++++---- .../TraditionalOk/gtk-3.0/other-applications.css | 11 +++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index e32fc102..28c974a8 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