summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-03-21 18:32:04 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-03-21 18:33:19 +0100
commit5934e238242cb0d96e128bfad3905809b5aeb093 (patch)
tree4bff16b02d22ee55ee009cd1d17b30bba95f798b /skins/larry/styles.css
parente5bb1357a5bad2f5ed9b488425d6b195296ca595 (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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 18ba49ae2..bc301df41 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1564,6 +1564,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;