summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-12 17:08:14 +0000
committeralecpl <alec@alec.pl>2008-09-12 17:08:14 +0000
commit620ca6644808ad4dd489e15e8d7a6e0417675a3e (patch)
tree072319bf5d75f1cb43a0e8fbfc06c5586f4db7f5 /skins
parentb1c97d1a8ef51bd54ec1111253c82fb04c1dadce (diff)
- set proper cursor in subject cell (for IE and Opera)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/mail.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index ca034bd69..5ba3a50a0 100644
--- a/skins/default/mail.css
+++ b/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;