summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 7340f2b2a63..9bd342ca6f2 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -431,14 +431,16 @@ table.grid td.date{
}
span.success {
- background: #37ce02;
- border-radius: 3px;
+ background: #37ce02;
+ border-radius: 3px;
}
-
span.error {
- background: #ce3702;
+ background: #ce3702;
+}
+span.indeterminate {
+ background: #e6db00;
+ border-radius: 40% 0;
}
-
/* PASSWORD */
.strengthify-wrapper {