summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-22 16:00:55 +0200
committerraveit65 <[email protected]>2016-07-22 16:05:57 +0200
commit07e697b1d843024fbffc2a7f4ef503002639f9cc (patch)
treec9b88705f7886efb69e418a9cff847dec9a73677
parentb9f8f4791968ff2745e704ca8fbe365582c5762c (diff)
downloadmate-themes-07e697b1d843024fbffc2a7f4ef503002639f9cc.tar.bz2
mate-themes-07e697b1d843024fbffc2a7f4ef503002639f9cc.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
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css18
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css11
-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
4 files changed, 50 insertions, 8 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 27b2863c..73b2fb0e 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3351,10 +3351,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;
@@ -3363,6 +3359,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;
@@ -3549,6 +3555,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/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index 28d1a89f..3678a359 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -625,3 +625,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;
+}
+
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;
+}
+