Don't display the watcher on top of the header unless we're hovering over it.

This commit is contained in:
Nicolas Stepien 2013-03-20 20:58:24 +01:00
parent b88eeaa04d
commit c8282d2779
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -81,12 +81,15 @@ a[href="javascript:;"] {
#qr { #qr {
z-index: 30; z-index: 30;
} }
#watcher { #watcher:hover {
z-index: 20; z-index: 20;
} }
#header { #header {
z-index: 10; z-index: 10;
} }
#watcher {
z-index: 5;
}
/* Header */ /* Header */
.fourchan-x body { .fourchan-x body {