summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-22 16:00:55 +0200
committerraveit65 <[email protected]>2016-07-22 16:06:51 +0200
commitccfb8070e28396280d60cf37111ea11e1596f9e7 (patch)
tree74654afc6e320c08f56590295aa226b4a06b95d2 /desktop-themes/Green-Submarine
parenta1d630da1b3dde6a73ab4ebbe86e802cccb5849a (diff)
downloadmate-themes-ccfb8070e28396280d60cf37111ea11e1596f9e7.tar.bz2
mate-themes-ccfb8070e28396280d60cf37111ea11e1596f9e7.tar.xz
GTK+-3.20 Submarine themes: remove notebook border color for pavu-control
This has a negative effect for other apps like virt-manager
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css18
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css11
2 files changed, 25 insertions, 4 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 2e8520b5..2c9afec1 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3354,10 +3354,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;
@@ -3366,6 +3362,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 0px 4px 4px;
@@ -3553,6 +3559,10 @@ window.background > box.vertical > notebook > header.top tab:checked, /* pavu-co
window.background.csd > box.vertical > notebook > header.top tab:checked,
window.background.ssd > box.vertical > notebook > header.top tab:checked,
window.background.solid-csd > box.vertical > notebook > header.top tab:checked,
+window.background > box.vertical > notebook > header.top tab:checked:hover,
+window.background.csd > box.vertical > notebook > header.top tab:checked:hover,
+window.background.ssd > box.vertical > notebook > header.top tab:checked:hover,
+window.background.solid-csd > box.vertical > notebook > header.top tab:checked:hover,
dialog.background.csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.ssd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
dialog.background.solid-csd > box.vertical.dialog-vbox > notebook > header.top tab:checked,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index a1fb1d95..689c5a7f 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -618,3 +618,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
background-color: shade (@theme_bg_color, 1.15);
}
+/****************
+ * 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;
+}
+