diff options
author | raveit65 <[email protected]> | 2015-04-24 19:01:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 19:01:42 +0200 |
commit | 39ce6964cb4ea0b3c5e06ba0e5b1f0f549c541ab (patch) | |
tree | c732dec50514c234e84d29f176bd6f4a6f8d07f9 /desktop-themes/GreenLaguna | |
parent | 86748b4a5d9ad6404a26eca0bd12b7bb6e43cb30 (diff) | |
download | mate-themes-39ce6964cb4ea0b3c5e06ba0e5b1f0f549c541ab.tar.bz2 mate-themes-39ce6964cb4ea0b3c5e06ba0e5b1f0f549c541ab.tar.xz |
BlackMATE, GreenLaguna GTK3: adjust padding in horizontal notebook tabs
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 43eb3424..69f86734 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -589,19 +589,19 @@ GtkLevelBar.vertical { .notebook tab.top { /* top right-left bottom */ - padding: 3px 8px 0px; + padding: 3px 10px 0px; } .notebook tab.top:active { - padding: 4px 8px 0px; + padding: 4px 10px 0px; } .notebook tab.bottom { - padding: 0px 8px 3px; + padding: 0px 10px 3px; } .notebook tab.bottom:active { - padding: 0px 8px 4px; + padding: 0px 10px 4px; } .notebook tab.left, |