diff options
author | raveit65 <[email protected]> | 2015-08-14 21:33:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 21:34:15 +0200 |
commit | 22ca434eec0276dd440a1a1686008b8786670371 (patch) | |
tree | 3a869a41b959156095b6add0f0c26d3f5b329779 /desktop-themes/ContrastHighInverse | |
parent | 8e0e7cf9d23382b5d41b350b2ae2cc6b4fa7dfd3 (diff) | |
download | mate-themes-22ca434eec0276dd440a1a1686008b8786670371.tar.bz2 mate-themes-22ca434eec0276dd440a1a1686008b8786670371.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.css | 13 |
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, |