summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-22 16:02:24 +0200
committerraveit65 <[email protected]>2016-07-22 16:06:58 +0200
commit9583675207678db72160ba9f7303444d0c48b86b (patch)
tree4e3026e6df9d06d27d8c6a636d5b33ab29641812 /desktop-themes/GreenLaguna
parentccfb8070e28396280d60cf37111ea11e1596f9e7 (diff)
downloadmate-themes-9583675207678db72160ba9f7303444d0c48b86b.tar.bz2
mate-themes-9583675207678db72160ba9f7303444d0c48b86b.tar.xz
GTK+-3.20 GreenLaguna: remove notebook border color for pavu-control
This has a negative effect for other apps like virt-manager
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css11
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;
+}
+