projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43cbee6
)
Nicklist hover styling
author
Darren
<darren@darrenwhitlen.com>
Sat, 20 Oct 2012 12:33:23 +0000
(13:33 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 20 Oct 2012 12:33:23 +0000
(13:33 +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 39549bdd48684d27d5f77ca122948a33e2e2b5f4..0a0c6ae0c245b25da9eca06ed254424e819b8e86 100644
(file)
--- a/
client/assets/css/style.css
+++ b/
client/assets/css/style.css
@@
-275,8
+275,8
@@
a img { border:none; }
border-left: 1px solid #6A6A6A;
}
#kiwi #memberlists ul li:hover {
- /* border-left: 5px solid #88C56A; */
- background: #88C56A;
+ border-left: 5px solid #88C56A;
+ /* background: #88C56A; */
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;