Fix selector-combinator-space-before (CSS)
This commit is contained in:
parent
ae0040165a
commit
cc377df8f3
11 changed files with 48 additions and 48 deletions
|
@ -271,25 +271,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: #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;
|
||||
}
|
||||
|
||||
.emby-select-withcolor> option {
|
||||
.emby-select-withcolor > option {
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -240,7 +240,7 @@ html {
|
|||
border: 0.07em solid #292929;
|
||||
}
|
||||
|
||||
.emby-select-withcolor> option {
|
||||
.emby-select-withcolor > option {
|
||||
color: inherit;
|
||||
background: #222;
|
||||
}
|
||||
|
@ -254,20 +254,20 @@ html {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.emby-checkbox:checked+ span+ .checkboxOutline {
|
||||
.emby-checkbox:checked + span + .checkboxOutline {
|
||||
border-color: #52b54b;
|
||||
}
|
||||
|
||||
.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: #52b54b;
|
||||
}
|
||||
|
||||
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline {
|
||||
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
||||
border-color: #52b54b;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -356,7 +356,7 @@ a[data-role=button] {
|
|||
border: 0.07em solid transparent;
|
||||
}
|
||||
|
||||
.emby-select-withcolor> option {
|
||||
.emby-select-withcolor > option {
|
||||
color: inherit;
|
||||
background: #030322d7;
|
||||
}
|
||||
|
@ -370,7 +370,7 @@ a[data-role=button] {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.emby-checkbox:checked+ span+ .checkboxOutline {
|
||||
.emby-checkbox:checked + span + .checkboxOutline {
|
||||
background-color: #030322;
|
||||
border: 2px solid rgb(72, 195, 200);
|
||||
}
|
||||
|
@ -379,11 +379,11 @@ a[data-role=button] {
|
|||
color: rgb(12, 232, 214);
|
||||
}
|
||||
|
||||
.emby-checkbox:focus+ span+ .checkboxOutline {
|
||||
.emby-checkbox:focus + span + .checkboxOutline {
|
||||
border-color: #ff77f1;
|
||||
}
|
||||
|
||||
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline {
|
||||
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
||||
border: 2px solid #ff77f1;
|
||||
}
|
||||
|
||||
|
|
|
@ -254,25 +254,25 @@ html {
|
|||
border: 0.07em solid rgba(255, 255, 255, 0.135);
|
||||
}
|
||||
|
||||
.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: #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;
|
||||
}
|
||||
|
||||
.emby-select-withcolor> option {
|
||||
.emby-select-withcolor > option {
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue