diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-18 19:52:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-18 19:52:15 +0000 |
| commit | 569c78fffe7f79ac368a268349bb9685b16ab4dd (patch) | |
| tree | 8b7b06f6e0795535ebe4eaab4a80cd1ca63f8148 | |
| parent | 730969262cc5eae4f8d9302947a2cb080e378795 (diff) | |
Set cursor for subject rows in tbody only
git-svn-id: https://svn.roundcube.net/trunk@1832 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 95d541e0c..81e4cff35 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; } |
