summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-08-13 18:37:57 +0200
committerraveit65 <[email protected]>2016-08-13 18:38:19 +0200
commit1a65f18d0cc97bfbd6a3842bdaa567ab3baf83e0 (patch)
tree5b3575863ef11c27d83f2c2d17189f618304e667 /desktop-themes/TraditionalGreen
parent3da8ba12ea4313ff9c4ec80aa98944a45337dac8 (diff)
downloadmate-themes-1a65f18d0cc97bfbd6a3842bdaa567ab3baf83e0.tar.bz2
mate-themes-1a65f18d0cc97bfbd6a3842bdaa567ab3baf83e0.tar.xz
GTK+-3.20 TOK themes: improvements for GtkNotebook
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css1
2 files changed, 5 insertions, 7 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index dcb1b180..a577e92f 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1584,14 +1584,13 @@ 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 {
+/* 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: @notebook_bg_color;
background-clip: border-box;
- border-style: none;
- border-width: 0px;
border-radius: 3px 3px 0px 0px;
}
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
index 0b1fba07..31c6ee3d 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
@@ -82,7 +82,6 @@ window.background.solid-csd > box.vertical > notebook scrolledwindow viewport sc
* 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;