public
Description: The DecafBland theme for LimeChat
Clone URL: git://github.com/kballard/decafbland-limechat.git
Remove timestamp for events in the main view except during hover
kballard (author)
Sat Apr 19 07:36:14 -0700 2008
commit  c21cf7f08dae24397bf387db955125bed9680b13
tree    24215b776add42a1ffb14fc079b80a0ea0fdc88a
parent  f8ad8d0c581aa62724ead059358b0a748801f86e
...
131
132
133
 
 
 
 
 
 
 
 
...
131
132
133
134
135
136
137
138
139
140
141
0
@@ -131,3 +131,11 @@ body.normal .event .message {
0
 body.normal .event .message[type=reply], body.normal .event .message[type=topic] {
0
     color: #01880D;
0
 }
0
+
0
+body.normal .event .time {
0
+ display: none;
0
+}
0
+
0
+body.normal .event:hover .time {
0
+ display: inline;
0
+}

Comments

    No one has commented yet.