updater styling
This commit is contained in:
parent
047f68e70e
commit
5ab24699c6
@ -1003,6 +1003,13 @@ GM_addStyle '
|
||||
#updater input[type=text] {
|
||||
width: 50px;
|
||||
}
|
||||
#updater:not(:hover) {
|
||||
border: none;
|
||||
background: transparent;
|
||||
}
|
||||
#updater:not(:hover) > div:not(.move) {
|
||||
display: none;
|
||||
}
|
||||
#watcher {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@ -1282,6 +1282,13 @@
|
||||
#updater input[type=text] {\
|
||||
width: 50px;\
|
||||
}\
|
||||
#updater:not(:hover) {\
|
||||
border: none;\
|
||||
background: transparent;\
|
||||
}\
|
||||
#updater:not(:hover) > div:not(.move) {\
|
||||
display: none;\
|
||||
}\
|
||||
#watcher {\
|
||||
position: absolute;\
|
||||
}\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user