mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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 & {
|
||||
border-bottom: 3px solid black;
|
||||
}
|
||||
border-radius: 3px;
|
||||
|
||||
.nightMode #topbutsright & {
|
||||
border-bottom: 3px solid white;
|
||||
.nightMode & {
|
||||
border-bottom-color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue