Fix selector-combinator-space-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:04:19 +01:00
parent ae0040165a
commit cc377df8f3
11 changed files with 48 additions and 48 deletions

View file

@ -268,7 +268,7 @@ html {
border: 0.07em solid transparent;
}
.emby-select-withcolor> option {
.emby-select-withcolor > option {
color: inherit;
background: #222;
}
@ -282,20 +282,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;
}