Merge pull request #500 from adam111316/feature/ChangeWhiteText

Change white text in light theme on Manage / Episode Status Managemen…
This commit is contained in:
adam111316 2015-09-03 17:55:20 +08:00
commit f5dc99a0f0
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
} }