mirror of
https://github.com/ankitects/anki.git
synced 2025-11-23 21:17:13 -05:00
Restrict inversion to images
This commit is contained in:
parent
c289544390
commit
ee23d3781d
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@
|
||||||
border-color: #525252;
|
border-color: #525252;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topbut,
|
img.topbut,
|
||||||
.linkb:active:hover .topbut {
|
.linkb:active:hover img.topbut {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue