wofi changes
This commit is contained in:
parent
864a0231e5
commit
d3fcc67d06
1 changed files with 2 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ window {
|
|||
}
|
||||
|
||||
#text:selected {
|
||||
font-weight: bold;
|
||||
color: @primary;
|
||||
}
|
||||
|
||||
|
|
@ -65,7 +66,7 @@ window {
|
|||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: alpha(@surface_container_high, 0.5);
|
||||
background-color: alpha(mix(@surface_container_high, @primary, 0.2), 0.5);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue