diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index fc6033dbdb7..8a2c4d8b555 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -236,6 +236,9 @@ Optimizations will keep some less common unnecessary replications from happening. (Mark Miller, Simon Scofield) +* SOLR-4529: Improve Admin UI Dashboard legibility (Felix Buenemann via + steffkes) + Other Changes ---------------------- diff --git a/solr/webapp/web/css/styles/index.css b/solr/webapp/web/css/styles/index.css index 86fae43a206..28d954fca89 100644 --- a/solr/webapp/web/css/styles/index.css +++ b/solr/webapp/web/css/styles/index.css @@ -98,11 +98,6 @@ padding-bottom: 3px; } -#content #index .data li.odd -{ - color: #c0c0c0; -} - #content #index .data li dt { float: left;