diff options
author | thomascube <thomas@roundcube.net> | 2008-09-18 19:52:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-18 19:52:15 +0000 |
commit | 4b6dd1f1f3057b41384f00f1eae50128b5b414c9 (patch) | |
tree | a1082a756b4cb2a3c07d52b488764bc9e12ad9a6 | |
parent | 44385fd68f519233615505a68d0e83de4328af18 (diff) |
Set cursor for subject rows in tbody only
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 95d541e0c..81e4cff35 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -507,7 +507,7 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen cursor: inherit; } -#messagelist tr td.subject a +#messagelist tbody tr td.subject a { cursor: default; } |