1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 16:19:39 +02:00

minor CSS adjustment for switch badge positions

This commit is contained in:
gorhill 2016-01-05 10:09:33 -05:00
parent 0b0b88684a
commit fd4e8b27e1

View File

@ -189,10 +189,10 @@ body.off #switch .fa {
position: absolute;
}
body[dir="ltr"] #extraTools > span > span.badge {
left: 90%;
left: 100%;
}
body[dir="rtl"] #extraTools > span > span.badge {
right: 90%;
right: 100%;
}
#extraTools > span.on > span:last-of-type {
color: #e00;