1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +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; position: absolute;
} }
body[dir="ltr"] #extraTools > span > span.badge { body[dir="ltr"] #extraTools > span > span.badge {
left: 90%; left: 100%;
} }
body[dir="rtl"] #extraTools > span > span.badge { body[dir="rtl"] #extraTools > span > span.badge {
right: 90%; right: 100%;
} }
#extraTools > span.on > span:last-of-type { #extraTools > span.on > span:last-of-type {
color: #e00; color: #e00;