]> Pileus Git - ~andy/gtk/commitdiff
win32: Theme assistants
authorAlexander Larsson <alexl@redhat.com>
Thu, 15 Mar 2012 20:04:53 +0000 (21:04 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 15 Mar 2012 20:12:38 +0000 (21:12 +0100)
gtk/gtk-win32-base.css

index 160f84d7cb9d6adc13ea98eb1f92f650c7239919..0ce6379cd35fee58a88fd7817ffc383aefd15279 100644 (file)
@@ -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