summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-18 10:54:15 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-18 10:54:15 +0100
commit8f4ad315b825d074c53d2f80443c798876d81ef9 (patch)
tree0e91cf584ca7472d842ffa4c3680c1f958142fb8 /desktop-themes
parentbd7e3ab1d7fd2c5705c3346e1613c8895bfa274c (diff)
downloadmate-themes-8f4ad315b825d074c53d2f80443c798876d81ef9.tar.bz2
mate-themes-8f4ad315b825d074c53d2f80443c798876d81ef9.tar.xz
GTK+-3.20 Blue-Submarine: notebook fine tuning
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css7
1 files changed, 6 insertions, 1 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 49525d61..2f0233a6 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3197,6 +3197,7 @@ notebook header.top {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 0.86),
shade(@theme_bg_color, 1.05));
+ box-shadow: inset 0px -1px alpha(shade(@button_border, 1.00), 0.90);
}
notebook header.bottom {
@@ -3204,6 +3205,7 @@ notebook header.bottom {
background-image: linear-gradient(to top,
shade(@theme_bg_color, 0.86),
shade(@theme_bg_color, 1.05));
+ box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.90);
}
notebook header.left {
@@ -3211,6 +3213,7 @@ notebook header.left {
background-image: linear-gradient(to right,
shade(@theme_bg_color, 0.86),
shade(@theme_bg_color, 1.05));
+ box-shadow: inset -1px 0px alpha(shade(@button_border, 1.00), 0.90);
}
notebook header.right {
@@ -3218,6 +3221,7 @@ notebook header.right {
background-image: linear-gradient(to left,
shade(@theme_bg_color, 0.86),
shade(@theme_bg_color, 1.05));
+ box-shadow: inset 1px 0px alpha(shade(@button_border, 1.00), 0.90);
}
notebook header tab {
@@ -3244,12 +3248,13 @@ notebook header tab .active-page label {
/* tabs in view areas, ie. pluma-, caja-tabs */
paned.horizontal notebook header tab {
- padding: 4px;
+ padding: 2px 4px;
}
paned.horizontal notebook header.top {
border-radius: 0px;
border-width: 0px;
+ box-shadow: none;
}
paned.horizontal notebook header.top tab:active,