Highlight thread watcher icon on unread replies to you even if already open.

This commit is contained in:
ccd0 2016-09-17 19:52:49 -07:00
parent 5369259876
commit 46765f2b5d
6 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@
}
/* Thread Watcher */
:root.burichan .replies-quoting-you > a, :root.burichan #watcher-link.disabled.replies-quoting-you {
:root.burichan .replies-quoting-you > a, :root.burichan #watcher-link.replies-quoting-you {
color: #F00;
}

View File

@ -72,7 +72,7 @@
}
/* Thread Watcher */
:root.futaba .replies-quoting-you > a, :root.futaba #watcher-link.disabled.replies-quoting-you {
:root.futaba .replies-quoting-you > a, :root.futaba #watcher-link.replies-quoting-you {
color: #F00;
}

View File

@ -80,7 +80,7 @@
}
/* Thread Watcher */
:root.photon .replies-quoting-you > a, :root.photon #watcher-link.disabled.replies-quoting-you {
:root.photon .replies-quoting-you > a, :root.photon #watcher-link.replies-quoting-you {
color: #00F !important;
}

View File

@ -148,7 +148,7 @@
}
/* Thread Watcher */
:root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.disabled.replies-quoting-you {
:root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.replies-quoting-you {
color: #F00 !important;
}

View File

@ -73,7 +73,7 @@
}
/* Thread Watcher */
:root.yotsuba-b .replies-quoting-you > a, :root.yotsuba-b #watcher-link.disabled.replies-quoting-you {
:root.yotsuba-b .replies-quoting-you > a, :root.yotsuba-b #watcher-link.replies-quoting-you {
color: #F00;
}

View File

@ -72,7 +72,7 @@
}
/* Thread Watcher */
:root.yotsuba .replies-quoting-you > a, :root.yotsuba #watcher-link.disabled.replies-quoting-you {
:root.yotsuba .replies-quoting-you > a, :root.yotsuba #watcher-link.replies-quoting-you {
color: #F00;
}