Change white text in light theme on Manage / Episode Status Management page to black for better readability

This commit is contained in:
Amelandbor 2015-09-01 14:52:14 +02:00 committed by Adam
parent c534b1e3b6
commit 9aa0637fa1
2 changed files with 3 additions and 2 deletions

View file

@ -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) * 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 post processing season pack folders
* Fix saving torrent provider option "Seed until ratio" after recent refactor * 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) ### 0.10.0 (2015-08-06 11:05:00 UTC)

View file

@ -610,7 +610,7 @@ manage*.tmpl
} }
a.whitelink{ a.whitelink{
color:#fff color:#000
} }
/* ======================================================================= /* =======================================================================
@ -1378,4 +1378,4 @@ jquery.confirm.css
#confirmBox .red:hover{ #confirmBox .red:hover{
background-color:#A13331 background-color:#A13331
} }