From 0294c32c2ad81a82e044bba66ad9d550a09dbae9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 19 Jul 2011 21:42:21 +0100 Subject: [PATCH] Hand when hovering over chat and position of chat title bar fix --- static/css/pad_lite.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index fdc77bee..84090fbc 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -828,6 +828,8 @@ ul#colorpickerswatches li:hover #chaticon { + cursor:pointer; + cursor:hand; z-index: 400; position:absolute; bottom:0px; @@ -868,6 +870,7 @@ ul#colorpickerswatches li:hover font-size:13px; margin-left:20px; padding-top:3px; + position:absolute; } #titlecross