forked from AuroraMiddleware/gtk
win32-theme: Theme column headers
This commit is contained in:
parent
af0537bce1
commit
c066136c3a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user