[gtk+] win32: Theme assistants



commit 59dc05d0c57098a95146284df57c4f73069b8368
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Mar 15 21:04:53 2012 +0100

    win32: Theme assistants

 gtk/gtk-win32-base.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css
index 160f84d..0ce6379 100644
--- a/gtk/gtk-win32-base.css
+++ b/gtk/gtk-win32-base.css
@@ -781,3 +781,20 @@ GtkSwitch.trough:active {
 .menubar > .menuitem {
     padding: 3px 5px;
 }
+
+/* Assistant */
+
+GtkAssistant .sidebar .highlight {
+    background-color: blue;
+    font: bold;
+}
+
+GtkAssistant .sidebar {
+    padding: 12px;
+
+    background-color: white;
+
+    border-image: none;
+    border-width: 0 1px 0 0;
+    border-style: solid;
+}
\ No newline at end of file



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