From a5f184617052bdc23d0ecbb9da157c8420b79b5a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 16 Jun 2014 20:25:02 +0200 Subject: [PATCH] simplify security warning on admin page --- settings/css/settings.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index ecfcfadc9b..bec8534aa4 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; }