Don't display the watcher on top of the header unless we're hovering over it.
This commit is contained in:
parent
b88eeaa04d
commit
c8282d2779
File diff suppressed because one or more lines are too long
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user