From d2215764898919f1ea3b461fb08ac430db4340a4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 21 Mar 2014 18:32:04 +0100 Subject: Disable link registering mailto: protocol handler if not supported by the browser (#1489569) --- skins/classic/common.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'skins/classic/common.css') 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; -- cgit v1.2.3