From 47f582f3ffabc4dd9405d9158f325164ccf9cefa Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 3 Jan 2013 01:34:06 +0100 Subject: [PATCH] Minor style improvements --- wcfsetup/install/files/style/global.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 0a1e6e1443..f16000d89b 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -96,6 +96,10 @@ body > iframe[src="about:blank"] { cursor: pointer; } +.dimmed { + color: @wcfDimmedColor; +} + /* icons */ .icon(@imageSize) { .square(@imageSize); @@ -213,7 +217,7 @@ body > iframe[src="about:blank"] { font-weight: normal !important; padding: 1px 8px 2px; position: relative; - text-shadow: none; + text-shadow: none !important; /* necessary to avoid ugly text shadows in comment lists; @todo: better solution without "!important" */ white-space: nowrap; /* colors */ -- 2.20.1