mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fine tuning UI
This commit is contained in:
parent
f89e13bc4b
commit
e03c00bfed
1 changed files with 5 additions and 2 deletions
|
|
@ -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 a new issue