Fix selector-combinator-space-after (CSS)
This commit is contained in:
parent
fafd0d4ea0
commit
ae0040165a
11 changed files with 48 additions and 48 deletions
|
@ -264,25 +264,25 @@ html {
|
|||
border: 0.07em solid rgba(0, 0, 0, 0.158);
|
||||
}
|
||||
|
||||
.emby-checkbox:checked+span+.checkboxOutline,
|
||||
.emby-checkbox:checked+ span+ .checkboxOutline,
|
||||
.emby-select-withcolor:focus {
|
||||
border-color: #00a4dc;
|
||||
}
|
||||
|
||||
.emby-checkbox:focus+span+.checkboxOutline {
|
||||
.emby-checkbox:focus+ span+ .checkboxOutline {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.emby-select-withcolor>option {
|
||||
.emby-select-withcolor> option {
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue