From: Alexander Ebert Date: Thu, 29 Sep 2016 07:23:57 +0000 (+0200) Subject: Updated exception color schema X-Git-Tag: 3.0.0_Beta_2~65 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3bfbe63f1320f79648674d51216c1fb7e32873db;p=GitHub%2FWoltLab%2FWCF.git Updated exception color schema --- diff --git a/wcfsetup/install.php b/wcfsetup/install.php index 2e9734a423..1b32b3b20b 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -124,7 +124,7 @@ class SystemException extends \Exception implements IPrintableException { } .exceptionHeader { - background-color: rgb(44, 62, 80); + background-color: rgb(58, 109, 156); padding: 30px 0; } @@ -140,7 +140,7 @@ class SystemException extends \Exception implements IPrintableException { } .exceptionErrorCode .exceptionInlineCode { - background-color: rgb(52, 73, 94); + background-color: rgb(43, 79, 113); border-radius: 3px; color: #fff; font-family: monospace; diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 5a137193e9..5a448b0b24 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -252,7 +252,7 @@ EXPLANATION; } .exceptionErrorCode .exceptionInlineCode { - background-color: rgb(52, 73, 94); + background-color: rgb(43, 79, 113); border-radius: 3px; color: #fff; font-family: monospace;