High Contrast Inverse: scale trough fix

- make the trough more visible for HCI

https://bugzilla.gnome.org/show_bug.cgi?id=763805
This commit is contained in:
Jakub Steiner
2016-03-24 16:32:01 +01:00
parent 7e72f42483
commit adb2b5c758
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ $warning_color: #f57900;
$error_color: #cc0000;
$success_color: #73d216;
$destructive_color: #ef2929;
$dark_fill: mix($fg_color, $bg_color, 50%);
$dark_fill: if($variant == 'light', mix($fg_color, $bg_color, 50%), mix($fg_color, $bg_color, 10%));
$osd_fg_color: #fff;
$osd_bg_color: transparentize(#000,0.2);

View File

@@ -2293,7 +2293,7 @@ treeview.view radio:selected:disabled {
scale trough, scale fill {
border: 2px solid gray;
border-radius: 4px;
background-color: gray;
background-color: #1a1a1a;
box-shadow: none; }
scale trough:disabled, scale fill:disabled {
border-color: #494949;