diff options
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 9db144e9..f5c99fe1 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -626,19 +626,19 @@ GtkNotebook { .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, 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, |