diff options
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 713f0d63a97..524ec978dd2 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -518,7 +518,7 @@ label.infield { } .errors { background: rgba($color-error, .35); - border: 1px solid $color-main-old-ff0000; + border: 1px solid $color-error; list-style-indent: inside; margin: 0 0 2em; padding: 1em; @@ -672,7 +672,7 @@ label.infield { #body-user .warning, #body-settings .warning { margin-top: 8px; padding: 5px; - background: $color-main-old-ffdddd; + background: rgba($color-error, .15); border-radius: 3px; } |