From 7b8357a57f6939c63177e27f59faebb44a2fb279 Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 6 Nov 2012 21:46:04 +0000 Subject: [PATCH] Client: Nick global highlight in CLI theme --- client/assets/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index d675499..0a17194 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -387,4 +387,6 @@ a img { border:none; } #kiwi.theme_cli .messages .msg.error .text { border:1px solid #A33F3F; background-color:#D28A8A; padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em; -} \ No newline at end of file +} + +#kiwi.theme_cli .messages .msg.global_nick_highlight { background:#111111; } \ No newline at end of file -- 2.25.1