diff --git a/client/css/style.css b/client/css/style.css index f6e266bf..f3d417b4 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; }