mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Fix highlight for topright buttons
This commit is contained in:
parent
037539dbf4
commit
81d1f2906a
1 changed files with 4 additions and 3 deletions
|
|
@ -105,10 +105,11 @@ button.highlighted {
|
||||||
|
|
||||||
#topbutsright & {
|
#topbutsright & {
|
||||||
border-bottom: 3px solid black;
|
border-bottom: 3px solid black;
|
||||||
}
|
border-radius: 3px;
|
||||||
|
|
||||||
.nightMode #topbutsright & {
|
.nightMode & {
|
||||||
border-bottom: 3px solid white;
|
border-bottom-color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue