#680 - Support new episode file sorting
This commit is contained in:
parent
f803e08762
commit
102052d6b7
1 changed files with 17 additions and 4 deletions
|
@ -523,11 +523,24 @@ a.itemTag:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailSectionHeader {
|
.detailSectionHeader {
|
||||||
padding: .5em .75em;
|
background-clip: border-box;
|
||||||
|
background-color: rgb(51, 51, 51);
|
||||||
|
border-bottom-color: rgb(31, 31, 31);
|
||||||
|
border-bottom-style: solid;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-left-color: rgb(31, 31, 31);
|
||||||
|
border-left-style: solid;
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-right-color: rgb(31, 31, 31);
|
||||||
|
border-right-style: solid;
|
||||||
|
border-right-width: 1px;
|
||||||
|
border-top-color: rgb(31, 31, 31);
|
||||||
|
border-top-style: solid;
|
||||||
|
border-top-width: 1px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: 400;
|
||||||
border: 1px solid #1b1b1b;
|
padding: .7em 0 .7em 1em;
|
||||||
background: #1d1d1d;
|
border-radius: 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue