summaryrefslogtreecommitdiff
path: root/skins/classic/common.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:32:13 +0100
commitd2215764898919f1ea3b461fb08ac430db4340a4 (patch)
tree82b604ba414fa00db7c8b42ba7e4263683564c95 /skins/classic/common.css
parent3f4845948c07c29bd040f3afae077e0e31858f36 (diff)
Disable link registering mailto: protocol handler if not supported by the browser (#1489569)
Diffstat (limited to 'skins/classic/common.css')
-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 9eaa8f7b4..0de8a2f7f 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;