projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852c230
)
Transition background background on nick highlights
author
Darren
<darren@darrenwhitlen.com>
Sat, 28 Sep 2013 20:06:05 +0000
(21:06 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 28 Sep 2013 20:06:05 +0000
(21:06 +0100)
client/assets/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/css/style.css
b/client/assets/css/style.css
index d0804867f698b56eb13fcfa9e8ee499a78a698dd..f99503549ebd3d945350caec44012ea1b6ba4d88 100644
(file)
--- a/
client/assets/css/style.css
+++ b/
client/assets/css/style.css
@@
-606,7
+606,7
@@
html, body { height:100%; }
#kiwi.theme_relaxed.timestamps .messages .msg .text { margin-left:17em; }
#kiwi.theme_relaxed .messages .msg.global_nick_highlight,
-#kiwi.theme_relaxed .messages .msg.highlight { background:#D9D9D9; }
+#kiwi.theme_relaxed .messages .msg.highlight {
transition: background 0.3s;
background:#D9D9D9; }
#kiwi.theme_relaxed .messages .msg.repeated_nick .nick { visibility:hidden; }
/* Narrow styling (window width < 400px) */