]> Pileus Git - ~andy/gtk/commitdiff
win32-theme: Theme column headers
authorAlexander Larsson <alexl@redhat.com>
Thu, 24 Nov 2011 08:53:39 +0000 (09:53 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 24 Nov 2011 10:50:01 +0000 (11:50 +0100)
gtk/gtk-win32.css

index f72cd87a98d7af7112732bf7d652f0100a464e4d..c761e63931a008b400e58547a67124a84abc5c4b 100644 (file)
@@ -606,3 +606,23 @@ GtkComboBox.combobox-entry .button:insensitive {
 .toolbar .button:insensitive {
     background-image: -gtk-win32-theme-part(toolbar, 1 4);
 }
+
+/* Column headers */
+
+column-header .button,
+column-header .button:focus {
+    border-width: 0;
+    background-image: -gtk-win32-theme-part(header, 1 1);
+}
+
+column-header .button:prelight,
+column-header .button:prelight:focus {
+    background-image: -gtk-win32-theme-part(header, 1 2);
+}
+
+column-header .button:active,
+column-header .button:active:prelight,
+column-header .button:active:focus,
+column-header .button:active:prelight:focus {
+    background-image: -gtk-win32-theme-part(header, 1 3);
+}