Fix declaration-colon-space-after (CSS)
This commit is contained in:
parent
f290604615
commit
0c0853a80a
4 changed files with 13 additions and 11 deletions
|
@ -372,7 +372,7 @@ a[data-role=button] {
|
|||
|
||||
.emby-checkbox:checked+span+.checkboxOutline {
|
||||
background-color: #030322;
|
||||
border:2px solid rgb(72, 195, 200);
|
||||
border: 2px solid rgb(72, 195, 200);
|
||||
}
|
||||
|
||||
.emby-checkbox:checked + span + .checkboxOutline > .checkboxIcon-checked {
|
||||
|
@ -384,7 +384,7 @@ a[data-role=button] {
|
|||
}
|
||||
|
||||
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
|
||||
border:2px solid #ff77f1;
|
||||
border: 2px solid #ff77f1;
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue