From 2ed9c5d522517b84fb419991759a7c4921228d47 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 6 Mar 2016 00:20:45 +0200 Subject: [PATCH] Relax inline channel style --- client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index f6e266bfea..f3d417b49c 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -716,11 +716,11 @@ button, word-wrap: break-word; } -#chat .msg .inline-channel { +.inline-channel { cursor: pointer; } -#chat .msg .inline-channel:hover { +.inline-channel:hover { opacity: .6; }