summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-22 15:58:18 +0200
committerraveit65 <[email protected]>2016-07-22 16:05:43 +0200
commitb9f8f4791968ff2745e704ca8fbe365582c5762c (patch)
treeed0f4c7822d14218afd6afdaea733f454bc25e48
parent0c401de19f046c7e703b465b78a305e232d0ab80 (diff)
downloadmate-themes-b9f8f4791968ff2745e704ca8fbe365582c5762c.tar.bz2
mate-themes-b9f8f4791968ff2745e704ca8fbe365582c5762c.tar.xz
GTK+-3.20 Menta themes: remove notebook border color for pavu-control
This has a negative effect for other apps like virt-manager
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css14
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css14
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css11
4 files changed, 42 insertions, 8 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index cc5a1de2..cfc6ae50 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1944,10 +1944,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;
@@ -1956,6 +1952,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;
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index f3e436c7..8894aa0f 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -516,3 +516,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
background-color: shade (@theme_bg_color, 1.12);
}
+/****************
+ * 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/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index bd41916d..d0002985 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1967,10 +1967,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;
@@ -1979,6 +1975,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;
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index 5f1ccd0c..d47a15d8 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -516,3 +516,14 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
background-color: shade (@theme_bg_color, 1.12);
}
+/****************
+ * 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;
+}
+