summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 17:08:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 17:08:14 +0000
commitd5dd7852edd8b2f9fed6deb741c62cf3407151a1 (patch)
treef297ba746647e3a361168adfed08f42e6b7ca112
parentb4abab2483cca6ac1952ac3d739af88b84b9af6d (diff)
- set proper cursor in subject cell (for IE and Opera)
git-svn-id: https://svn.roundcube.net/trunk@1778 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index ca034bd69..5ba3a50a0 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -506,6 +506,11 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen
cursor: inherit;
}
+#messagelist tr td.subject a
+{
+ cursor: default;
+}
+
#messagelist col
{
display: table-column;