diff options
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index fb413afe..a58fb9d2 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1804,7 +1804,7 @@ notebook header tab { notebook header.top tab { margin: 0px 0px 0px -1px; - padding: 6px; + padding: 4px 6px 2px 6px; border-width: 0px 1px 1px 1px; border-radius: 3px 3px 0px 0px; background-image: linear-gradient(to bottom, @@ -1822,7 +1822,7 @@ notebook header.top tab:checked { notebook header.right tab { margin: -1px 0px 0px 0px; - padding: 6px; + padding: 6px 4px 6px 2px; border-width: 1px 0px 1px 1px; border-radius: 0px 3px 3px 0px; background-image: linear-gradient(to left, @@ -1840,7 +1840,7 @@ notebook header.right tab:checked { notebook header.bottom tab { margin: 0px 0px 0px -1px; - padding: 6px; + padding: 2px 6px 4px 6px; border-width: 1px 1px 0px 1px; border-radius: 0px 0px 3px 3px; background-image: linear-gradient(to top, @@ -1858,7 +1858,7 @@ notebook header.bottom tab:checked { notebook header.left tab { margin: -1px 0px 0px 0px; - padding: 6px; + padding: 6px 2px 6px 4px; border-width: 1px 1px 1px 0px; border-radius: 3px 0px 0px 3px; background-image: linear-gradient(to right, |