High Contrast: checkboxes and radios inside treeviews

- fixes hover state of checkboxes and radios inside treeviews
This commit is contained in:
Jakub Steiner 2016-03-15 15:49:25 +01:00
parent e44617b351
commit 87c410d420
3 changed files with 20 additions and 0 deletions

View File

@ -1653,6 +1653,12 @@ checkbutton check {
}
}
treeview.view check,
treeview.view radio {
color: $fg_color;
&:hover { color: $fg_color; }
}
/************
* GtkScale *
************/

View File

@ -1810,6 +1810,13 @@ checkbutton check {
checkbutton check:only-child {
margin: 0; }
treeview.view check,
treeview.view radio {
color: #fff; }
treeview.view check:hover,
treeview.view radio:hover {
color: #fff; }
/************
* GtkScale *
************/

View File

@ -1810,6 +1810,13 @@ checkbutton check {
checkbutton check:only-child {
margin: 0; }
treeview.view check,
treeview.view radio {
color: #000; }
treeview.view check:hover,
treeview.view radio:hover {
color: #000; }
/************
* GtkScale *
************/