summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-03 16:24:00 +0200
committerraveit65 <[email protected]>2016-07-03 16:25:00 +0200
commitad628428224e31e920c0f7561cc582652993ab21 (patch)
tree243446a9a4f4ca19043645f7b798c3476753c17c /desktop-themes/Blue-Submarine
parent886cbe0038d0ee5fed7c87cc961b033706a355b9 (diff)
downloadmate-themes-ad628428224e31e920c0f7561cc582652993ab21.tar.bz2
mate-themes-ad628428224e31e920c0f7561cc582652993ab21.tar.xz
GTK+-3.20 Submarine themes: fix notebook tabs in atril annotation sidebar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css36
1 files changed, 18 insertions, 18 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 b3e365a9..5a1340f7 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3376,8 +3376,8 @@ notebook header tab .active-page label {
}
/* tabs and header in view areas, ie. pluma-, caja-tabs */
-paned.horizontal > box.vertical > notebook > header.top,
-paned.horizontal > paned.vertical > notebook > header.top {
+paned.horizontal > box.vertical notebook > header.top,
+paned.horizontal > paned.vertical notebook > header.top {
border-style: solid;
border-color: @notebook_border;
border-width: 1px 1px 1px 1px;
@@ -3385,16 +3385,16 @@ paned.horizontal > paned.vertical > notebook > header.top {
box-shadow: none;
}
-paned.horizontal > box.vertical > notebook scrolledwindow.frame,
-paned.horizontal > paned.vertical > notebook scrolledwindow.frame {
+paned.horizontal > box.vertical notebook scrolledwindow.frame,
+paned.horizontal > paned.vertical notebook scrolledwindow.frame {
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: @notebook_border;
}
-paned.horizontal > notebook > header tab,
-paned.horizontal > box.vertical > notebook > header tab,
-paned.horizontal > paned.vertical > notebook > header tab {
+paned.horizontal notebook > header tab,
+paned.horizontal > box.vertical notebook > header tab,
+paned.horizontal > paned.vertical notebook > header tab {
padding: 2px 4px;
margin: 0px -1px 0px -1px;
border-width: 0px 1px 0 1px;
@@ -3402,12 +3402,12 @@ paned.horizontal > paned.vertical > notebook > header tab {
border-color: transparent;
}
-paned.horizontal > notebook > header.top tab:checked,
-paned.horizontal > notebook > header.top tab:checked:hover,
-paned.horizontal > box.vertical > notebook > header.top tab:checked,
-paned.horizontal > box.vertical > notebook > header.top tab:checked:hover,
-paned.horizontal > paned.vertical > notebook > header.top tab:checked,
-paned.horizontal > paned.vertical > notebook > header.top tab:checked:hover {
+paned.horizontal notebook > header.top tab:checked,
+paned.horizontal notebook > header.top tab:checked:hover,
+paned.horizontal > box.vertical notebook > header.top tab:checked,
+paned.horizontal > box.vertical notebook > header.top tab:checked:hover,
+paned.horizontal > paned.vertical notebook > header.top tab:checked,
+paned.horizontal > paned.vertical notebook > header.top tab:checked:hover {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.18),
shade(@theme_bg_color, 1.1));
@@ -3418,9 +3418,9 @@ paned.horizontal > paned.vertical > notebook > header.top tab:checked:hover {
box-shadow: none;
}
-paned.horizontal > notebook > header.top tab:hover,
-paned.horizontal > box.vertical > notebook > header.top tab:hover,
-paned.horizontal > paned.vertical > notebook > header.top tab:hover {
+paned.horizontal notebook > header.top tab:hover,
+paned.horizontal > box.vertical notebook > header.top tab:hover,
+paned.horizontal > paned.vertical notebook > header.top tab:hover {
background-image: linear-gradient(to bottom,
alpha(@theme_base_color, 0.0),
alpha(@theme_base_color, 0.3));
@@ -3431,8 +3431,8 @@ paned.horizontal > paned.vertical > notebook > header.top tab:hover {
box-shadow: none;
}
-paned.horizontal > box.vertical > notebook > header button.flat,
-paned.horizontal > paned.vertical > notebook > header button.flat {
+paned.horizontal > box.vertical notebook > header button.flat,
+paned.horizontal > paned.vertical notebook > header button.flat {
padding: 1px;
}