From 62229d0a49083be7e238a2511396031a0be03bd8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Sep 2016 10:48:42 +0200 Subject: use color #337AB7 instead aof bold and 120% for ivoted class --- view/css/conversation.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/css/conversation.css b/view/css/conversation.css index 7d4fdc746..2688bde58 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -342,6 +342,5 @@ img.smiley.emoji:hover { } .ivoted { - font-weight: bold; - font-size: 120%; -} \ No newline at end of file + color: #337AB7; +} -- cgit v1.2.3