Fix selector-combinator-space-after (CSS)
This commit is contained in:
@@ -242,7 +242,7 @@ html {
|
||||
border: 0.07em solid #292929;
|
||||
}
|
||||
|
||||
.emby-select-withcolor>option {
|
||||
.emby-select-withcolor> option {
|
||||
color: inherit;
|
||||
background: #222;
|
||||
}
|
||||
@@ -256,20 +256,20 @@ html {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.emby-checkbox:checked+span+.checkboxOutline {
|
||||
.emby-checkbox:checked+ span+ .checkboxOutline {
|
||||
border-color: #00a4dc;
|
||||
}
|
||||
|
||||
.emby-checkbox:focus+span+.checkboxOutline {
|
||||
.emby-checkbox:focus+ span+ .checkboxOutline {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.emby-checkbox:checked+span+.checkboxOutline,
|
||||
.emby-checkbox:checked+ span+ .checkboxOutline,
|
||||
.itemProgressBarForeground {
|
||||
background-color: #00a4dc;
|
||||
}
|
||||
|
||||
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
|
||||
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline {
|
||||
border-color: #00a4dc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user