diff --git a/CHANGES.md b/CHANGES.md index 98cc559b..3955615d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ * Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt) * Fix post processing season pack folders * Fix saving torrent provider option "Seed until ratio" after recent refactor +* Change white text in light theme on Manage / Episode Status Management page to black for better readability ### 0.10.0 (2015-08-06 11:05:00 UTC) diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index a5605538..f44be5e6 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -610,7 +610,7 @@ manage*.tmpl } a.whitelink{ - color:#fff + color:#000 } /* ======================================================================= @@ -1378,4 +1378,4 @@ jquery.confirm.css #confirmBox .red:hover{ background-color:#A13331 -} \ No newline at end of file +}