Updated exception color schema
authorAlexander Ebert <ebert@woltlab.com>
Thu, 29 Sep 2016 07:23:57 +0000 (09:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 29 Sep 2016 11:06:59 +0000 (13:06 +0200)
wcfsetup/install.php
wcfsetup/install/files/lib/core.functions.php

index 2e9734a42315041f4fc82e791684fdedd832e7a3..1b32b3b20bb9059f51b2dc5a49616e2bbf8af9dd 100644 (file)
@@ -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;
index 5a137193e960af6e0074f4a89a81c7f31b0745de..5a448b0b243f350bb5a3decf2a9efddbfc797790 100644 (file)
@@ -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;