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:33:23 +0200
commitbd51836832695828ec5128ed30f24a20a2e373cc (patch)
tree91446cd75b602248b09d268e5c55d737e1bb6e4d /desktop-themes/ContrastHighInverse
parent38d9d480446709e72ad6348399776dcc5a9fde03 (diff)
downloadmate-themes-bd51836832695828ec5128ed30f24a20a2e373cc.tar.bz2
mate-themes-bd51836832695828ec5128ed30f24a20a2e373cc.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 3aeaa44c..82b5c49b 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -1319,15 +1319,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,
@@ -1378,7 +1375,7 @@ GtkSwitch.trough:active:insensitive {
.notebook tab.left,
.notebook tab.right {
- padding: 5px 20px;
+ padding: 5px 3px 5px 12px;
}
.notebook tab.left:active,