summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-08-13 18:31:01 +0200
committerraveit65 <[email protected]>2016-08-13 18:31:37 +0200
commit32cef2feb5c49c463638de9a84ed229f77bca806 (patch)
treec15beaf1b349cb5be089897e98a222654b48e0d0 /desktop-themes/Menta
parent1bfe77d54a792d61e79497e43a2a54907858733b (diff)
downloadmate-themes-32cef2feb5c49c463638de9a84ed229f77bca806.tar.bz2
mate-themes-32cef2feb5c49c463638de9a84ed229f77bca806.tar.xz
GTK+-3.20 Menta themes: GtkNotebook improvements
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css1
2 files changed, 5 insertions, 7 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index d0002985..8ee144e1 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1975,13 +1975,12 @@ 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 {
+/* pavu-control */
+window.background > box.vertical > notebook:not(.frame),
+window.background.csd > box.vertical > notebook:not(.frame),
+window.background.ssd > box.vertical > notebook:not(.frame),
+window.background.solid-csd > box.vertical > notebook:not(.frame) {
background-color: shade (@theme_bg_color, 1.1);
- border-style: none;
- border-width: 0px;
border-radius: 4px 4px 0px 0px;
}
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index d47a15d8..032f99ca 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -520,7 +520,6 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
* 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;