summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-22 16:04:20 +0200
committerraveit65 <[email protected]>2016-07-22 16:07:07 +0200
commit18d0c4f2fbcdd1cacac3031743b801ec84083f4b (patch)
tree3f3fbe35b5083c6f5ad9913bf1bd1c1a48500c1e /desktop-themes/TraditionalGreen
parent9583675207678db72160ba9f7303444d0c48b86b (diff)
downloadmate-themes-18d0c4f2fbcdd1cacac3031743b801ec84083f4b.tar.bz2
mate-themes-18d0c4f2fbcdd1cacac3031743b801ec84083f4b.tar.xz
GTK+-3.20 TOK themes: remove notebook border color for pavu-control
This has a negative effect for other apps like virt-manager
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css11
2 files changed, 22 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 851af5a9..dcb1b180 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;
+}
+