diff options
author | alecpl <alec@alec.pl> | 2012-02-13 08:39:39 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-02-13 08:39:39 +0000 |
commit | 06c990ead24edee69f07912f8169a0422c411422 (patch) | |
tree | 81f2c69b23f3756e9faaf78030da1717cff2fda4 /skins/default/common.css | |
parent | bf9ddec776715fd8732a23a1dd0b25b660ed5439 (diff) |
- Added mailto: protocol handler registration link in User Preferences (#1486580)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index c50956413..f1c66b9f1 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -759,7 +759,8 @@ a.rcmContactAddress:hover opacity: 0.8; } -.disabled +.disabled, +a.disabled { color: #999; } |