From 6627e4ec35f0ea2f8739eb8104fd500021ac412b Mon Sep 17 00:00:00 2001 From: Evgeny Yurchenko Date: Sun, 5 Jun 2011 16:23:10 -0400 Subject: [PATCH] Restoring gray background to the right of some tables in GUI (theme pfsense_ng). --- usr/local/www/themes/pfsense_ng/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index 650d52d5a6..b89299dde5 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -1333,7 +1333,7 @@ div#log span.log-protocol-mini-header { /* Sortable tables */ table.sortable thead { cursor: default; - background-color: #EEEEEE; + padding-right: 12px; padding-left: 12px; padding-top: 12px;