From 52a568a794a86666aed0ba3a167d8d28b758d6fd Mon Sep 17 00:00:00 2001 From: erqan Date: Tue, 6 May 2014 16:42:35 +0300 Subject: [PATCH] mark all as read for DMs --- css/style.css | 13 ++++++++++--- following.html | 4 +++- home.html | 1 + js/twister_directmsg.js | 10 ++++++++++ 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 9644069..359cc8c 100644 --- a/css/style.css +++ b/css/style.css @@ -1211,7 +1211,8 @@ ol.toptrends-list { color: #fff; background: rgba( 0, 0, 0, .1 ); } -.modal-back { +.modal-back, +.mark-all-as-read { position: absolute; right: 30px; top: 0; @@ -1223,8 +1224,8 @@ ol.toptrends-list { transition: all .1s linear; display: none; } -.modal-back:hover -{ +.modal-back:hover, +.mark-all-as-read:hover { color: #fff; background: rgba( 0, 0, 0, .1 ); } @@ -1359,6 +1360,12 @@ ol.toptrends-list { right: -65px; left: auto; } +.mark-all-as-read { + right: 60px; +} +.mark-all-as-read:before { + content: '\2714'; +} /************************************* ****************** NEW USER MODAL **************************************/ diff --git a/following.html b/following.html index 8dad248..b865bb2 100644 --- a/following.html +++ b/following.html @@ -258,11 +258,13 @@ -