summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index ecfcfadc9b9..bec8534aa48 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -162,8 +162,10 @@ table.grid td.date{
}
/* ADMIN */
-span.securitywarning {color:#C33; font-weight:bold; }
-span.connectionwarning {color:#933; font-weight:bold; }
+span.securitywarning, span.connectionwarning {
+ color:#C33;
+ font-weight:bold;
+}
table.shareAPI td { padding-bottom: 0.8em; }
table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
table.shareAPI .indent { padding-left: 2em; }