summaryrefslogtreecommitdiff
path: root/gtk/gtk-win32-base.css
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-03-16 16:44:24 +0100
committerAlexander Larsson <alexl@redhat.com>2012-03-16 16:44:24 +0100
commitcb1a825cc35f5e4ba8533bd53a233faedc7db56c (patch)
tree06650211192bb2e379f2ec7201b90d9bb852d132 /gtk/gtk-win32-base.css
parent30fb1e0256892886c22f7bfaebfa9a4ebc650473 (diff)
downloadgtk+-cb1a825cc35f5e4ba8533bd53a233faedc7db56c.tar.gz
win32: Theme statusbars
Diffstat (limited to 'gtk/gtk-win32-base.css')
-rw-r--r--gtk/gtk-win32-base.css19
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