mirror of https://github.com/gorhill/uBlock.git
fine tuning UI
This commit is contained in:
parent
f89e13bc4b
commit
e03c00bfed
|
@ -87,12 +87,15 @@ p {
|
|||
cursor: pointer;
|
||||
}
|
||||
#dynamicFilteringToggler a {
|
||||
padding: 0 2px;
|
||||
padding: 0 2px 0 4px;
|
||||
position: absolute;
|
||||
__MSG_@@bidi_end_edge__: 0;
|
||||
color: #aaa;
|
||||
color: #ccc;
|
||||
visibility: hidden;
|
||||
}
|
||||
#dynamicFilteringToggler a:hover {
|
||||
color: #888;
|
||||
}
|
||||
#dynamicFilteringToggler.on a {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue