diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 8c31e779..0e2fd57e 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1835,7 +1835,7 @@ notebook header tab { notebook header.top tab { margin: 0px 0px 0px -1px; - padding: 4px 6px 2px 6px; + padding: 4px 6px 4px 6px; border-width: 1px; border-radius: 3px 3px 0px 0px; background-image: linear-gradient(to bottom, @@ -1855,7 +1855,7 @@ notebook header.top tab:checked { notebook header.right tab { margin: -1px 0px 0px 0px; - padding: 6px 4px 6px 2px; + padding: 6px 4px 6px 4px; border-width: 1px; border-radius: 0px 3px 3px 0px; background-image: linear-gradient(to left, @@ -1875,7 +1875,7 @@ notebook header.right tab:checked { notebook header.bottom tab { margin: 0px 0px 0px -1px; - padding: 2px 6px 4px 6px; + padding: 4px 6px 4px 6px; border-width: 1px; border-radius: 0px 0px 3px 3px; background-image: linear-gradient(to top, @@ -1895,7 +1895,7 @@ notebook header.bottom tab:checked { notebook header.left tab { margin: -1px 0px 0px 0px; - padding: 6px 2px 6px 4px; + padding: 6px 4px 6px 4px; border-width: 1px; border-radius: 3px 0px 0px 3px; background-image: linear-gradient(to right, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 39ab3d7f..76d646ff 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1836,7 +1836,7 @@ notebook header tab { notebook header.top tab { margin: 0px 0px 0px -1px; - padding: 4px 6px 2px 6px; + padding: 4px 6px 4px 6px; border-width: 1px; border-radius: 3px 3px 0px 0px; background-image: linear-gradient(to bottom, @@ -1856,7 +1856,7 @@ notebook header.top tab:checked { notebook header.right tab { margin: -1px 0px 0px 0px; - padding: 6px 4px 6px 2px; + padding: 6px 4px 6px 4px; border-width: 1px; border-radius: 0px 3px 3px 0px; background-image: linear-gradient(to left, @@ -1876,7 +1876,7 @@ notebook header.right tab:checked { notebook header.bottom tab { margin: 0px 0px 0px -1px; - padding: 2px 6px 4px 6px; + padding: 4px 6px 4px 6px; border-width: 1px; border-radius: 0px 0px 3px 3px; background-image: linear-gradient(to top, @@ -1896,7 +1896,7 @@ notebook header.bottom tab:checked { notebook header.left tab { margin: -1px 0px 0px 0px; - padding: 6px 2px 6px 4px; + padding: 6px 4px 6px 4px; border-width: 1px; border-radius: 3px 0px 0px 3px; background-image: linear-gradient(to right, |