projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0197b21
)
Client: Nick global highlight in CLI theme
author
Darren
<darren@darrenwhitlen.com>
Tue, 6 Nov 2012 21:46:04 +0000
(21:46 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Tue, 6 Nov 2012 21:46:04 +0000
(21:46 +0000)
client/assets/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/css/style.css
b/client/assets/css/style.css
index d675499e04df24d7b2b886497fd0069fe0d72a07..0a1719499bf126a80cacd78508091934d771b6e9 100644
(file)
--- 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