mirror of https://github.com/gorhill/uBlock.git
this fixes #309
This commit is contained in:
parent
0bf088cd1e
commit
9445c6d11d
|
@ -67,10 +67,11 @@ p {
|
|||
text-align: center;
|
||||
}
|
||||
.tool {
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
.tool.enabled {
|
||||
display: inline;
|
||||
|
@ -91,6 +92,7 @@ p {
|
|||
padding: 0.25em;
|
||||
position: fixed;
|
||||
right: 8vw;
|
||||
text-align: center;
|
||||
}
|
||||
.dynamicFiltering div:not(.blocked):hover > .tip:nth-of-type(1) {
|
||||
display: block;
|
||||
|
@ -99,7 +101,7 @@ p {
|
|||
display: block;
|
||||
}
|
||||
.dynamicFiltering div > .tip code {
|
||||
background-color: #eee;
|
||||
background-color: #f8f8f8;
|
||||
font: normal monospace;
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue