diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-03-16 16:44:24 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-03-16 16:44:24 +0100 |
commit | cb1a825cc35f5e4ba8533bd53a233faedc7db56c (patch) | |
tree | 06650211192bb2e379f2ec7201b90d9bb852d132 /gtk/gtk-win32-base.css | |
parent | 30fb1e0256892886c22f7bfaebfa9a4ebc650473 (diff) | |
download | gtk+-cb1a825cc35f5e4ba8533bd53a233faedc7db56c.tar.gz |
win32: Theme statusbars
Diffstat (limited to 'gtk/gtk-win32-base.css')
-rw-r--r-- | gtk/gtk-win32-base.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css index 1fda1a26d8..16839524df 100644 --- a/gtk/gtk-win32-base.css +++ b/gtk/gtk-win32-base.css @@ -825,9 +825,26 @@ GtkColorSwatch:prelight { .pane-separator { background-image: -gtk-win32-theme-part(rebar, 1 1); + /* Use this when background-position is supported background-size: 20px 20px; background-repeat: no-repeat; background-position: center; */ -}
\ No newline at end of file +} + +GtkStatusbar > GtkFrame { + border-width: 1px 1px 1px 1px; + border-style: solid; + border-image: -gtk-win32-theme-part(status, 0 0, margins (-1 0 0 0)) 2 1 1 1 stretch; + background-image: none; +} + +/* + This doesn't quite look right with no background (i.e. when not on a statusbar + +.grip { + background-color: transparent; + background-image: -gtk-win32-theme-part(status, 3 1); +} +*/
\ No newline at end of file |