win32 theme: Fix column headers

https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
Jaime Velasco Juan 2016-10-14 12:16:57 +01:00 committed by Benjamin Otte
parent d47d342012
commit ad258bc81c

View File

@ -1139,22 +1139,22 @@ toolbar button:disabled {
/* Column headers */ /* Column headers */
column-header button, header button,
column-header button:focus { header button:focus {
background-color: transparent; background-color: transparent;
border-width: 0; border-width: 0;
background-image: -gtk-win32-theme-part(header, 1, 1); background-image: -gtk-win32-theme-part(header, 1, 1);
} }
column-header button:hover, header button:hover,
column-header button:hover:focus { header button:hover:focus {
background-image: -gtk-win32-theme-part(header, 1, 2); background-image: -gtk-win32-theme-part(header, 1, 2);
} }
column-header button:active, header button:active,
column-header button:active:hover, header button:active:hover,
column-header button:active:focus, header button:active:focus,
column-header button:active:hover:focus { header button:active:hover:focus {
background-image: -gtk-win32-theme-part(header, 1, 3); background-image: -gtk-win32-theme-part(header, 1, 3);
} }