High Contrast: disabled scales more subtle

Make even the tough border subtle to make it distinct from
normal state.

https://bugzilla.gnome.org/show_bug.cgi?id=763613
This commit is contained in:
Jakub Steiner 2016-03-15 18:27:41 +01:00
parent abfdad3c3d
commit 3e567b4900
3 changed files with 8 additions and 3 deletions

View File

@ -1669,6 +1669,7 @@ treeview.view radio {
box-shadow: none;
&:disabled {
border-color: $insensitive_borders_color;
background-color: $insensitive_bg_color;
}
@ -1676,7 +1677,7 @@ treeview.view radio {
background-color: $backdrop_dark_fill;
border-color: $backdrop_borders_color;
&:disabled { background-color: $insensitive_bg_color; }
&:disabled { background-color: $insensitive_bg_color; border-color: $insensitive_borders_color; }
}
// ...on selected list rows

View File

@ -1826,12 +1826,14 @@ scale trough, scale fill {
background-color: gray;
box-shadow: none; }
scale trough:disabled, scale fill:disabled {
border-color: #494949;
background-color: #070707; }
scale trough:backdrop, scale fill:backdrop {
background-color: #4d4d4d;
border-color: #737373; }
scale trough:backdrop:disabled, scale fill:backdrop:disabled {
background-color: #070707; }
background-color: #070707;
border-color: #494949; }
row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled {
border-color: #aaa; }
.osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill {

View File

@ -1826,12 +1826,14 @@ scale trough, scale fill {
background-color: gray;
box-shadow: none; }
scale trough:disabled, scale fill:disabled {
border-color: silver;
background-color: white; }
scale trough:backdrop, scale fill:backdrop {
background-color: #b3b3b3;
border-color: #8d8d8d; }
scale trough:backdrop:disabled, scale fill:backdrop:disabled {
background-color: white; }
background-color: white;
border-color: silver; }
row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled {
border-color: #000; }
.osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill {