mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
This commit is contained in:
parent
b256a48bd1
commit
a29b76f3ad
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
|||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
body {
|
||||
|
|
|
@ -134,7 +134,6 @@ p {
|
|||
}
|
||||
#switch {
|
||||
margin: 8px 0;
|
||||
user-select: none;
|
||||
}
|
||||
#switch .fa {
|
||||
color: #0046ff;
|
||||
|
|
Loading…
Reference in a new issue