summaryrefslogtreecommitdiff
path: root/skins/classic
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/classic
parente5bb1357a5bad2f5ed9b488425d6b195296ca595 (diff)
Disable link registering mailto: protocol handler if not supported by the browser (#1489569)
Diffstat (limited to 'skins/classic')
-rw-r--r--skins/classic/common.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index ec58af0a4..1007b866c 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -55,6 +55,13 @@ a.tab
text-align: center;
}
+a.disabled
+{
+ color: #999;
+ text-decoration: none;
+ cursor: default;
+}
+
hr
{
height: 1px;