Restoring gray background to the right of some tables in GUI (theme pfsense_ng).

This commit is contained in:
Evgeny Yurchenko 2011-06-05 16:23:10 -04:00
parent 79633b6c18
commit 6627e4ec35

View File

@ -1333,7 +1333,7 @@ div#log span.log-protocol-mini-header {
/* Sortable tables */
table.sortable thead {
cursor: default;
background-color: #EEEEEE;
<!-- background-color: #EEEEEE; this causing light gray rectangles to the right of many tables in gui -->
padding-right: 12px;
padding-left: 12px;
padding-top: 12px;