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:33:19 +0100 |
commit | 5934e238242cb0d96e128bfad3905809b5aeb093 (patch) | |
tree | 4bff16b02d22ee55ee009cd1d17b30bba95f798b /skins/larry/settings.css | |
parent | e5bb1357a5bad2f5ed9b488425d6b195296ca595 (diff) |
Disable link registering mailto: protocol handler if not supported by the browser (#1489569)
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index af667b9e7..675ef9973 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -319,3 +319,8 @@ img.skinthumbnail { #rcmfd_signature_toolbar2 td { width: auto; } + +.mailtoprotohandler-status { + padding-left: 1em; + font-style: italic; +} |