Errors should be red

This commit is contained in:
JC Brand 2018-11-12 14:23:35 +01:00
parent 773c678c4d
commit 77a7397614
3 changed files with 4 additions and 4 deletions

View File

@ -9324,7 +9324,7 @@ readers do not read off random characters that represent icons */
--danger-color: #D24E2B;
--danger-color-dark: #A93415;
--light-background-color: #FCFDFD;
--error-color: #A53214;
--error-color: #D24E2B;
--info-color: #1E9652;
--button-border-radius: 5px;
--chatbox-border-radius: 4px;
@ -11657,7 +11657,7 @@ body.reset {
clear: left;
font-style: italic; }
#conversejs .message.chat-info.chat-error {
color: var(--warning-color);
color: var(--error-color);
font-weight: bold; }
#conversejs .message .chat-image {

View File

@ -51,7 +51,7 @@
font-style: italic;
}
&.chat-error {
color: var(--warning-color);
color: var(--error-color);
font-weight: bold;
}
}

View File

@ -61,7 +61,7 @@ $font-path: "webfonts/icomoon/fonts/" !default;
--light-background-color: #FCFDFD;
--error-color: #A53214; // $darkest-red
--error-color: #D24E2B; // dark-red
--info-color: #1E9652; // $dark-green
--button-border-radius: 5px;