diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 11:50:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 11:50:17 +0000 |
| commit | 80bc41ee5476ce09bfad17d8a1cca84fe697d593 (patch) | |
| tree | d372384cbe9831362081876569231ec7ccd18903 /roundcubemail/skins/larry/mail.css | |
| parent | 14c37c6d0e26e14cd297e469c761f88571821245 (diff) | |
Use <uri> value from package.xml to build download links in about screen; show links in default style
git-svn-id: https://svn.roundcube.net/trunk@5789 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry/mail.css')
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index b74a2f09d..2e9f88629 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/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 { |
