From 5ab24699c689aadb6342fb819f679be3736c9292 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 28 Dec 2010 14:07:51 -0800 Subject: [PATCH] updater styling --- 4chan_x.coffee | 7 +++++++ 4chan_x.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/4chan_x.coffee b/4chan_x.coffee index 06a734d9a..3cfb2aaa2 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -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; } diff --git a/4chan_x.js b/4chan_x.js index 145feae5e..761661d15 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -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;\ }\