HighContrast: Avoid resizing treeview headers

https://bugzilla.gnome.org/show_bug.cgi?id=753060
This commit is contained in:
Matthias Clasen 2015-08-03 22:16:34 -04:00
parent 198d99d680
commit ba45fa09b4
2 changed files with 4 additions and 0 deletions

View File

@ -1063,6 +1063,7 @@ column-header {
border-color: $bg_color;
text-shadow: none;
&:insensitive {
border-width: 0 1px 1px 0;
border-color: $bg_color;
background-image: none;
}
@ -1072,6 +1073,7 @@ column-header {
color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
background-image: none;
&:insensitive {
border-width: 0 1px 1px 0;
border-color: $backdrop_bg_color;
background-image: none;
}

View File

@ -1277,6 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border-color: #fff;
text-shadow: none; }
column-header .button:insensitive {
border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }
column-header .button:backdrop {
@ -1285,6 +1286,7 @@ column-header .button, column-header .button:hover, column-header .button:active
color: #7f7f7f;
background-image: none; }
column-header .button:backdrop:insensitive {
border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }