summaryrefslogtreecommitdiff
path: root/gtk/gtk-win32.css
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-11-24 09:53:39 +0100
committerAlexander Larsson <alexl@redhat.com>2011-11-24 11:50:01 +0100
commitc066136c3ad2dba4b303411705bb1d47f7bdf08f (patch)
treee03c1c8705f2c75ccdeef5d03748090974f8a528 /gtk/gtk-win32.css
parentaf0537bce12ac6d01a3655f29b5e16836bdde6a9 (diff)
downloadgtk+-c066136c3ad2dba4b303411705bb1d47f7bdf08f.tar.gz
win32-theme: Theme column headers
Diffstat (limited to 'gtk/gtk-win32.css')
-rw-r--r--gtk/gtk-win32.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css
index f72cd87a98..c761e63931 100644
--- a/gtk/gtk-win32.css
+++ b/gtk/gtk-win32.css
@@ -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);
+}