]> Pileus Git - ~andy/gtk/commitdiff
win32: Theme paned separators
authorAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 13:31:32 +0000 (14:31 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 16 Mar 2012 13:31:32 +0000 (14:31 +0100)
gtk/gtk-win32-base.css

index bc0ea6e13c66122a5a65267dd99236b41562b629..1fda1a26d873536f21e3379b130c77136350d07a 100644 (file)
@@ -821,4 +821,13 @@ GtkColorSwatch:prelight {
 .separator,
 .separator:prelight {
     color: shade (@bg_color, 0.6);
+}
+
+.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