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 {
z-index: 30;
}
#watcher {
#watcher:hover {
z-index: 20;
}
#header {
z-index: 10;
}
#watcher {
z-index: 5;
}
/* Header */
.fourchan-x body {