diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 611961b1065..451b9e733f2 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1112,14 +1112,14 @@ table.grid td.date { span { &.success { - background: #37ce02; + background-color: $color-success; border-radius: $border-radius; } &.error { - background: #ce3702; + background-color: $color-error; } &.indeterminate { - background: #e6db00; + background-color: $color-warning; border-radius: 40% 0; } } |