diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-19 13:32:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-19 13:32:17 +0000 |
| commit | 01b5c10408596b28cba02a7040c91e2eefab1762 (patch) | |
| tree | 68509a0dfee441af5657e1c11bbe14daabb16a4e | |
| parent | 50a5172c3ef2806cd53f814b62a9073e56045f2d (diff) | |
- Fix cursor on subject (broken in last commits)
git-svn-id: https://svn.roundcube.net/trunk@3637 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 3ed0420ca..8a78b4749 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -763,8 +763,7 @@ body.messagelist #messagelist tr td div.expanded, #messagelist tr td img.flagicon, #messagelist tr td img.msgicon, -#messagelist tbody tr td.flag, -#messagelist tbody tr td.subject a +#messagelist tbody tr td.flag { cursor: pointer; } @@ -790,6 +789,11 @@ body.messagelist width: 99%; } +#messagelist tbody tr td.subject a +{ + cursor: default; +} + /* thread parent message with unread children */ #messagelist tbody tr.unroot td.subject a { |
