From 39ce6964cb4ea0b3c5e06ba0e5b1f0f549c541ab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Apr 2015 19:01:42 +0200 Subject: BlackMATE, GreenLaguna GTK3: adjust padding in horizontal notebook tabs --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 8 ++++---- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'desktop-themes') 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, -- cgit v1.2.1