summaryrefslogtreecommitdiff
path: root/gtk/gtk-win32-base.css
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-03-20 11:36:35 +0100
committerAlexander Larsson <alexl@redhat.com>2012-03-20 11:36:35 +0100
commit51e0d80ad867bab67de15a2648021376d243731a (patch)
tree489c9af96cceb150e10880ff03c236613fd1c10d /gtk/gtk-win32-base.css
parentd43632fbdc0b35ff0b36447383a69e618b58a70e (diff)
downloadgtk+-51e0d80ad867bab67de15a2648021376d243731a.tar.gz
win32: Theme paned separator
Diffstat (limited to 'gtk/gtk-win32-base.css')
-rw-r--r--gtk/gtk-win32-base.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index 16839524df..341bbf3d0f 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -823,14 +823,20 @@ GtkColorSwatch:prelight {
color: shade (@bg_color, 0.6);
}
-.pane-separator {
+.pane-separator.horizontal {
background-image: -gtk-win32-theme-part(rebar, 1 1);
-/* Use this when background-position is supported
- background-size: 20px 20px;
+ background-size: 6px 21px;
+ background-repeat: no-repeat;
+ background-position: center;
+}
+
+.pane-separator.vertical {
+ background-image: -gtk-win32-theme-part(rebar, 2 1);
+
+ background-size: 21px 6px;
background-repeat: no-repeat;
background-position: center;
-*/
}
GtkStatusbar > GtkFrame {