summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 21:33:23 +0200
committerraveit65 <[email protected]>2015-08-14 21:35:45 +0200
commit19a53653aee88b63b0153943eb51d14f7ac02560 (patch)
tree740ad9568c17b389b7dcad92c3fcad7711561f3d /desktop-themes/ContrastHighInverse
parent89bd76c797f2392c08c6156134797a04d65e7cd6 (diff)
downloadmate-themes-19a53653aee88b63b0153943eb51d14f7ac02560.tar.bz2
mate-themes-19a53653aee88b63b0153943eb51d14f7ac02560.tar.xz
GTK3 ContrastHighInverse: adjust padding of notebook tabs
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 8e8e8c12..8f03f5a1 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -1263,15 +1263,12 @@ GtkSwitch.trough:active:insensitive {
/* horizontal tabs */
-.notebook tab.top,
-/* wtf, why this doesn't work? */
-.notebook tab.bottom {
- padding: 6px 21px 4px;
+.notebook tab.top {
+ padding: 6px 3px 4px 12px;
}
-/* workaround for wtf */
-.notebook tab.bottom:active {
- padding: 3px 21px 7px 21px;
+.notebook tab.bottom {
+ padding: 4px 3px 6px 12px;
}
.notebook tab.top:active,
@@ -1322,7 +1319,7 @@ GtkSwitch.trough:active:insensitive {
.notebook tab.left,
.notebook tab.right {
- padding: 5px 20px;
+ padding: 5px 3px 5px 12px;
}
.notebook tab.left:active,