From 5934e238242cb0d96e128bfad3905809b5aeb093 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') 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; -- cgit v1.2.3