Fixed #504
This commit is contained in:
parent
0c87eecbab
commit
dbcdab3a76
1 changed files with 12 additions and 0 deletions
|
@ -422,6 +422,18 @@ window.background.csd {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
revealer.default-banner {
|
||||
> overlay > box > entry.search {
|
||||
background-color: rgba(white, 0.06);
|
||||
&, image { color: rgba(white, 0.85); }
|
||||
|
||||
&:focus {
|
||||
&, image { color: white; }
|
||||
background-color: rgba(white, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue