From 8b8818fed3ee518c9dc2b1f49c550fdb9f31a3a9 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 9 Mar 2012 14:37:36 +0100 Subject: [PATCH] Fixes #509 --- wcfsetup/install/files/acp/style/wcf.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 30e93f6b56..9b1ca538a5 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -1,7 +1,7 @@ /** * ################################################################# * ### CAUTION: This stylesheet applies to WCFSetup only, please ### - * ### see wcf.less for the general stylesheet! ### + * ### see wcf.less for the general stylesheet! ### * ################################################################# */ @@ -3721,6 +3721,14 @@ tr .columnIcon img { overflow: auto; } +.wcf-dialogContent a { + color: #69c; +} + +.wcf-dialogContent a:hover { + color: #fff; +} + .wcf-dialogContainer > .wcf-dialogContent { border-radius: 7px; padding: 0; -- 2.20.1