From: Luzifr Date: Mon, 18 Jul 2011 16:16:00 +0000 (+0200) Subject: restored deleted background color X-Git-Tag: 2.0.0_Beta_1~2001 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8510159f8840b919a78207fcf05bc37bfca993cb;p=GitHub%2FWoltLab%2FWCF.git restored deleted background color --- diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index f8863d9bdb..225e4fee4f 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -344,6 +344,7 @@ th { } th.active { + background-color: #faebd7; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faebd7), to(#fa0)); background-image: -moz-linear-gradient(0% 0% 270deg, #faebd7, #fa0); background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#faebd7), to(#fa0));