mirror of https://github.com/gorhill/uBlock.git
this fixes #393
This commit is contained in:
parent
e876a82154
commit
1a2eef4fa7
|
@ -83,7 +83,7 @@ p {
|
||||||
.dynamicFiltering div > .tip {
|
.dynamicFiltering div > .tip {
|
||||||
background-color: #fffff4;
|
background-color: #fffff4;
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
border-radius: 7px;
|
border-radius: 5px;
|
||||||
bottom: 20vh;
|
bottom: 20vh;
|
||||||
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.8);
|
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.8);
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -120,7 +120,7 @@ p {
|
||||||
#dynamicFilteringToggler > div {
|
#dynamicFilteringToggler > div {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
color: #aaa;
|
color: #888;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
@ -146,7 +146,7 @@ p {
|
||||||
padding: 0 2px 0 8px;
|
padding: 0 2px 0 8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
color: #aaa;
|
color: #666;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
body[dir=rtl] #dynamicFilteringToggler > a {
|
body[dir=rtl] #dynamicFilteringToggler > a {
|
||||||
|
@ -239,7 +239,7 @@ body[dir=rtl] #dynamicFilteringToggler > a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: black;
|
color: black;
|
||||||
opacity: 0.2;
|
opacity: 0.4;
|
||||||
font: 12px monospace;
|
font: 12px monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
Loading…
Reference in New Issue