diff options
author | thomascube <thomas@roundcube.net> | 2012-01-18 11:50:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-18 11:50:17 +0000 |
commit | 50d6e918e147b12a547d01b877c98b558d6cfd66 (patch) | |
tree | 40e27a6ded3cce81029c9bc0cd18c97824634c4d /skins/larry/mail.css | |
parent | a49a00fd30bda2fc67d74d515bff9bf2d30df089 (diff) |
Use <uri> value from package.xml to build download links in about screen; show links in default style
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b74a2f09d..2e9f88629 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -384,6 +384,13 @@ a.iconbutton.threadmode.selected { display: inline-block; } +#messagelist tbody td a { + color: #333; + text-decoration: none; + white-space: nowrap; + cursor: default; +} + #messagelist tbody tr td.flag, #messagelist tbody tr td.status, #messagelist tbody tr td.subject span.status { |