summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css15
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/other-applications.css11
4 files changed, 44 insertions, 8 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;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index e32fc102..28c974a8 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1576,10 +1576,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;
@@ -1589,6 +1585,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/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
index 904c5fbe..0b1fba07 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalOk/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;
+}
+