diff options
author | alecpl <alec@alec.pl> | 2012-03-08 10:47:22 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-08 10:47:22 +0000 |
commit | da042d319a2d7767e6ec0471445319b643b1b024 (patch) | |
tree | 3c899ecc1f4a8f5e3b96ec8e6c89e0166551d44d /skins/larry | |
parent | 046804bd4452cdd6130f757c286cfce8a8e9530e (diff) |
- Larry: fix cursor on autocomplete list
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index f2d05a96a..0f8e9771a 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1674,6 +1674,7 @@ ul.toolbarmenu li span.conversation { min-height: 14px; padding: 6px 10px 6px 10px; border: 0; + cursor: default; } .popupdialog { |