diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-11-25 16:43:51 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-25 16:43:51 +0100 |
commit | 6898ba4f76c16f815c2f13f8d6e1646518fcd31d (patch) | |
tree | dda84cbace2b8d830b33a2d7a77bc3f0d4e4c925 /gtk/gtk-win32.css | |
parent | 3f206dcd8343e652d9b6a8b524a4b7a9c0d82b3f (diff) | |
download | gtk+-6898ba4f76c16f815c2f13f8d6e1646518fcd31d.tar.gz |
win32-theme: Make notebook tabs slightly better
Diffstat (limited to 'gtk/gtk-win32.css')
-rw-r--r-- | gtk/gtk-win32.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css index 7ccd1fdbcd..065794b6c3 100644 --- a/gtk/gtk-win32.css +++ b/gtk/gtk-win32.css @@ -587,8 +587,8 @@ GtkComboBox.combobox-entry .button:insensitive { background-color: none; border-width: 0; background-image: -gtk-win32-theme-part(tab, 9 1); - -GtkNotebook-tab-overlap: 0; - -GtkNotebook-tab-curvature: 20; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-tab-curvature: 1; } .notebook tab { @@ -599,6 +599,7 @@ GtkComboBox.combobox-entry .button:insensitive { .notebook tab:active { background-image: -gtk-win32-theme-part(tab, 1 3); + padding: 4; } .notebook { |