diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 18 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 11 |
2 files changed, 25 insertions, 4 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; +} + |