mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Merge pull request #155 from Supremicus/feature/FixCSS
Fix provider list color
This commit is contained in:
commit
3ab385b0ec
2 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
* Fix incorrect class names in a couple of templates
|
* Fix incorrect class names in a couple of templates
|
||||||
* Change anime release groups to in memory storage for lowered latency
|
* Change anime release groups to in memory storage for lowered latency
|
||||||
* Change adjust menu delay and hover styling
|
* Change adjust menu delay and hover styling
|
||||||
|
* Fix provider list color
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
|
|
||||||
|
|
|
@ -652,6 +652,12 @@ config*.tmpl
|
||||||
border: 1px dotted #CCC;
|
border: 1px dotted #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#provider_order_list li,
|
||||||
|
#service_order_list li {
|
||||||
|
background: #333 !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.infoTableSeperator {
|
.infoTableSeperator {
|
||||||
border-top: 1px dotted #666;
|
border-top: 1px dotted #666;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue