1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
This commit is contained in:
Raymond Hill 2014-12-02 11:28:49 -02:00
parent e876a82154
commit 1a2eef4fa7

View File

@ -83,7 +83,7 @@ p {
.dynamicFiltering div > .tip {
background-color: #fffff4;
border: 1px solid #888;
border-radius: 7px;
border-radius: 5px;
bottom: 20vh;
box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.8);
display: none;
@ -120,7 +120,7 @@ p {
#dynamicFilteringToggler > div {
font-size: 9px;
line-height: 100%;
color: #aaa;
color: #888;
position: absolute;
bottom: 0;
width: 25%;
@ -146,7 +146,7 @@ p {
padding: 0 2px 0 8px;
position: absolute;
right: 0;
color: #aaa;
color: #666;
visibility: hidden;
}
body[dir=rtl] #dynamicFilteringToggler > a {
@ -239,7 +239,7 @@ body[dir=rtl] #dynamicFilteringToggler > a {
padding: 0;
pointer-events: none;
color: black;
opacity: 0.2;
opacity: 0.4;
font: 12px monospace;
text-align: center;
top: 50%;