update
This commit is contained in:
parent
384a1de662
commit
bfd2dc781e
1 changed files with 9 additions and 0 deletions
|
@ -2122,6 +2122,15 @@ window.background > box.vertical > headerbar:not(.titlebar) { // reset headerbar
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entry, &:selected entry {
|
||||||
|
background-color: $base_color;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
color: $fg_color;
|
||||||
|
background-color: mix(white, $base_color, 8%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue