1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

minor visual change

This commit is contained in:
gorhill 2015-02-28 07:58:33 -05:00
parent 9fe8f41426
commit f9eb8de0a0

View File

@ -75,10 +75,11 @@ button.custom.reloadAll:not(.disabled) {
background-image: linear-gradient(#ffdca8, #ffcc7f);
}
#buttonApply {
position: fixed;
display: initial;
top: 1em;
padding: 1em;
position: fixed;
right: 1em;
top: 0;
}
body[dir=rtl] #buttonApply {
right: auto;