From 9966b68db1ec9e7d6f6157cc279d4f5a9735c9d7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 25 Jan 2013 21:36:35 +0100 Subject: [PATCH] Fixed icon color --- wcfsetup/install/files/style/sortable.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/style/sortable.less b/wcfsetup/install/files/style/sortable.less index c67fa28c40..399f45daf0 100644 --- a/wcfsetup/install/files/style/sortable.less +++ b/wcfsetup/install/files/style/sortable.less @@ -25,6 +25,12 @@ > a { color: @wcfTabularBoxColor; } + + .icon { + color: @wcfTabularBoxColor; + + .textShadow(@wcfTabularBoxBackgroundColor); + } } .statusDisplay { -- 2.20.1