mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge pull request #500 from adam111316/feature/ChangeWhiteText
Change white text in light theme on Manage / Episode Status Managemen…
This commit is contained in:
commit
f5dc99a0f0
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue