summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-08-13 18:34:12 +0200
committerraveit65 <[email protected]>2016-08-13 18:34:12 +0200
commit39515cf542423fcf04ee860a52e14abc863dead7 (patch)
treeb46d914db0abb803d0b914270cf8485368075aa8
parentbd645e99a679529d08ee45b9eec445a91ba5459b (diff)
downloadmate-themes-39515cf542423fcf04ee860a52e14abc863dead7.tar.bz2
mate-themes-39515cf542423fcf04ee860a52e14abc863dead7.tar.xz
GTK+-3.20 GreenLaguna: improvements for GtkNotebook
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css12
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css1
2 files changed, 5 insertions, 8 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 70f1d645..b8b6626f 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -936,13 +936,11 @@ notebook.frame {
padding: 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 {
- border-color: @notebook_border;
- border-style: none;
- border-width: 0px;
+/* 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) {
border-radius: 3px;
padding: 0px;
}
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index a570e4ce..f3696c6a 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -285,7 +285,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;