From a0ac64e93acad1c1e3a86fd12ba4d6511b332a95 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Apr 2015 19:03:10 +0200 Subject: BlackMATE, GreenLaguna GTK3: adjust padding in horizontal notebook tabs again --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f07ae444..f2f137d3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -610,19 +610,19 @@ GtkLevelBar.vertical { .notebook tab.top { /* top right-left bottom */ - padding: 3px 9px 0px; + padding: 3px 10px 0px; } .notebook tab.top:active { - padding: 4px 9px 0px; + padding: 4px 10px 0px; } .notebook tab.bottom { - padding: 0px 9px 3px; + padding: 0px 10px 3px; } .notebook tab.bottom:active { - padding: 0px 9px 4px; + padding: 0px 10px 4px; } .notebook tab.left, -- cgit v1.2.1