[gtk+] win32: Theme paned separators



commit 30fb1e0256892886c22f7bfaebfa9a4ebc650473
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Mar 16 14:31:32 2012 +0100

    win32: Theme paned separators

 gtk/gtk-win32-base.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index bc0ea6e..1fda1a2 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]