From: Luzifr Date: Wed, 15 Feb 2012 13:17:14 +0000 (+0100) Subject: Corrects border colours X-Git-Tag: 2.0.0_Beta_1~1345 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=540317e927ca80d67a84e59467061ca6b3558818;p=GitHub%2FWoltLab%2FWCF.git Corrects border colours --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index d50c658859..a1118ff5f6 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -3458,7 +3458,7 @@ tr .columnIcon img { text-shadow: 0 1px 0 rgba(255, 255, 255, 1); line-height: 1.5; color: #c00; - border: 1px solid #ccc; + border: 1px solid #f99; border-radius: 7px; background-color: rgba(255, 238, 238, 1); background-image: url('../../icon/systemError.svg'); @@ -3481,7 +3481,7 @@ tr .columnIcon img { .wcf-innerError .pointer { border-width: 0 7px 7px; border-style: solid; - border-color: #ccc transparent; + border-color: #f99 transparent; display: inline-block !important; width: 0; position: absolute;