updater styling

This commit is contained in:
James Campos 2010-12-28 14:07:51 -08:00
parent 047f68e70e
commit 5ab24699c6
2 changed files with 14 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;\
}\