diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index a8a2862215..8cf421f3c5 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -907,6 +907,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 061ba6ef58..9e2428b64c 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1114,6 +1114,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 197a3434c0..4c5105a27f 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -850,6 +850,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index e09ba38010..0f8781b420 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -887,6 +887,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both;