diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-03-21 18:32:04 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-03-21 18:32:13 +0100 |
commit | d2215764898919f1ea3b461fb08ac430db4340a4 (patch) | |
tree | 82b604ba414fa00db7c8b42ba7e4263683564c95 /skins/larry/styles.css | |
parent | 3f4845948c07c29bd040f3afae077e0e31858f36 (diff) |
Disable link registering mailto: protocol handler if not supported by the browser (#1489569)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 671cf6bd6..10e648970 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1613,6 +1613,12 @@ body.iframe .footerleft.floating:before, width: 95%; } +.propform a.disabled { + color: #999; + text-decoration: none; + cursor: default; +} + fieldset.floating { float: left; margin-right: 10px; |