From 46765f2b5d0cb0613ef17d865a05baa4e246ee77 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 17 Sep 2016 19:52:49 -0700 Subject: [PATCH] Highlight thread watcher icon on unread replies to you even if already open. --- src/css/burichan.css | 2 +- src/css/futaba.css | 2 +- src/css/photon.css | 2 +- src/css/tomorrow.css | 2 +- src/css/yotsuba-b.css | 2 +- src/css/yotsuba.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/burichan.css b/src/css/burichan.css index 131787875..25dd010ce 100644 --- a/src/css/burichan.css +++ b/src/css/burichan.css @@ -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; } diff --git a/src/css/futaba.css b/src/css/futaba.css index d31d923d7..a36b5c0fe 100644 --- a/src/css/futaba.css +++ b/src/css/futaba.css @@ -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; } diff --git a/src/css/photon.css b/src/css/photon.css index 694186961..4b0e09d09 100644 --- a/src/css/photon.css +++ b/src/css/photon.css @@ -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; } diff --git a/src/css/tomorrow.css b/src/css/tomorrow.css index c257729e7..769fbe340 100644 --- a/src/css/tomorrow.css +++ b/src/css/tomorrow.css @@ -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; } diff --git a/src/css/yotsuba-b.css b/src/css/yotsuba-b.css index 66b59bcce..18a37cc7a 100644 --- a/src/css/yotsuba-b.css +++ b/src/css/yotsuba-b.css @@ -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; } diff --git a/src/css/yotsuba.css b/src/css/yotsuba.css index 9acd569fb..feb9bf51d 100644 --- a/src/css/yotsuba.css +++ b/src/css/yotsuba.css @@ -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; }