win32-theme: Theme column headers

This commit is contained in:
Alexander Larsson 2011-11-24 09:53:39 +01:00
parent af0537bce1
commit c066136c3a

View 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);
}