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

@ -48,8 +48,8 @@ progress[aria-valuenow]:before {
} }
@media all and (min-width: 50em) { @media all and (min-width: 50em) {
.type-interior> div[data-role=content], .type-interior > div[data-role=content],
.type-interior> .ui-panel-content-wrap> div[data-role=content] { .type-interior > .ui-panel-content-wrap > div[data-role=content] {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
padding-top: 0; padding-top: 0;
@ -112,7 +112,7 @@ div[data-role=controlgroup] a[data-role=button]:last-child {
border-top-right-radius: .3125em; border-top-right-radius: .3125em;
} }
div[data-role=controlgroup] a[data-role=button]+ a[data-role=button] { div[data-role=controlgroup] a[data-role=button] + a[data-role=button] {
border-left-width: 0 !important; border-left-width: 0 !important;
margin: 0 0 0 -0.4em !important; margin: 0 0 0 -0.4em !important;
} }
@ -227,7 +227,7 @@ div[data-role=controlgroup] a.ui-btn-active {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
.activeRecordingItems> .card { .activeRecordingItems > .card {
width: 50%; width: 50%;
} }
@ -253,7 +253,7 @@ div[data-role=controlgroup] a.ui-btn-active {
padding: 0 1.5em; padding: 0 1.5em;
} }
.activeRecordingItems> .card { .activeRecordingItems > .card {
width: 25%; width: 25%;
} }
} }
@ -333,7 +333,7 @@ div[data-role=controlgroup] a.ui-btn-active {
font-weight: 400; font-weight: 400;
} }
.sessionNowPlayingContent-withbackground+ .sessionNowPlayingInnerContent { .sessionNowPlayingContent-withbackground + .sessionNowPlayingInnerContent {
color: #fff !important; color: #fff !important;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
} }
@ -418,7 +418,7 @@ div[data-role=controlgroup] a.ui-btn-active {
text-decoration: none !important; text-decoration: none !important;
} }
.appLinks a+ a { .appLinks a + a {
margin-left: 5px; margin-left: 5px;
} }

View File

@ -367,7 +367,7 @@
display: inline-block; display: inline-block;
} }
.viewControls+ .listTopPaging { .viewControls + .listTopPaging {
margin-left: 0.5em !important; margin-left: 0.5em !important;
} }
@ -629,7 +629,7 @@
margin: 0; margin: 0;
} }
.detailCollapsibleSection:not(.hide)+ .detailCollapsibleSection { .detailCollapsibleSection:not(.hide) + .detailCollapsibleSection {
margin-top: -2em; margin-top: -2em;
} }
@ -654,7 +654,7 @@
flex-shrink: 0; flex-shrink: 0;
} }
.mainDetailButtons.hide+ .recordingFields { .mainDetailButtons.hide + .recordingFields {
margin-top: 1.5em !important; margin-top: 1.5em !important;
} }
@ -955,7 +955,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
padding-top: 0 !important; padding-top: 0 !important;
} }
.sectionTitleTextButton> .sectionTitle { .sectionTitleTextButton > .sectionTitle {
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
} }
@ -1029,6 +1029,6 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
} }
} }
.itemsViewSettingsContainer> .button-flat { .itemsViewSettingsContainer > .button-flat {
margin: 0; margin: 0;
} }

View File

@ -61,7 +61,7 @@ div[data-role=page] {
white-space: normal !important; white-space: normal !important;
} }
.fieldDescription+ .fieldDescription { .fieldDescription + .fieldDescription {
margin-top: 0.3em; margin-top: 0.3em;
} }

View File

@ -193,7 +193,7 @@
width: 30em; width: 30em;
} }
.smallBackdropPosterItem .cardOverlayInner> div { .smallBackdropPosterItem .cardOverlayInner > div {
white-space: nowrap; white-space: nowrap;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@ -271,25 +271,25 @@ html {
border: 0.07em solid rgba(0, 0, 0, 0.158); border: 0.07em solid rgba(0, 0, 0, 0.158);
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus { .emby-select-withcolor:focus {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff; border-color: #fff;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #00a4dc; background-color: #00a4dc;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: #000; color: #000;
background: #fff; background: #fff;
} }

View File

@ -268,7 +268,7 @@ html {
border: 0.07em solid transparent; border: 0.07em solid transparent;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: inherit; color: inherit;
background: #222; background: #222;
} }
@ -282,20 +282,20 @@ html {
color: #fff !important; color: #fff !important;
} }
.emby-checkbox:checked+ span+ .checkboxOutline { .emby-checkbox:checked + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff; border-color: #fff;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #00a4dc; background-color: #00a4dc;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }

View File

@ -242,7 +242,7 @@ html {
border: 0.07em solid #292929; border: 0.07em solid #292929;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: inherit; color: inherit;
background: #222; background: #222;
} }
@ -256,20 +256,20 @@ html {
color: #fff !important; color: #fff !important;
} }
.emby-checkbox:checked+ span+ .checkboxOutline { .emby-checkbox:checked + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff; border-color: #fff;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #00a4dc; background-color: #00a4dc;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }

View File

@ -240,7 +240,7 @@ html {
border: 0.07em solid #292929; border: 0.07em solid #292929;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: inherit; color: inherit;
background: #222; background: #222;
} }
@ -254,20 +254,20 @@ html {
color: #fff !important; color: #fff !important;
} }
.emby-checkbox:checked+ span+ .checkboxOutline { .emby-checkbox:checked + span + .checkboxOutline {
border-color: #52b54b; border-color: #52b54b;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff; border-color: #fff;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #52b54b; background-color: #52b54b;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #52b54b; border-color: #52b54b;
} }

View File

@ -264,25 +264,25 @@ html {
border: 0.07em solid rgba(0, 0, 0, 0.158); border: 0.07em solid rgba(0, 0, 0, 0.158);
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus { .emby-select-withcolor:focus {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #000; border-color: #000;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #00a4dc; background-color: #00a4dc;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: #000; color: #000;
background: #fff; background: #fff;
} }

View File

@ -356,7 +356,7 @@ a[data-role=button] {
border: 0.07em solid transparent; border: 0.07em solid transparent;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: inherit; color: inherit;
background: #030322d7; background: #030322d7;
} }
@ -370,7 +370,7 @@ a[data-role=button] {
color: #fff !important; color: #fff !important;
} }
.emby-checkbox:checked+ span+ .checkboxOutline { .emby-checkbox:checked + span + .checkboxOutline {
background-color: #030322; background-color: #030322;
border: 2px solid rgb(72, 195, 200); border: 2px solid rgb(72, 195, 200);
} }
@ -379,11 +379,11 @@ a[data-role=button] {
color: rgb(12, 232, 214); color: rgb(12, 232, 214);
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #ff77f1; border-color: #ff77f1;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border: 2px solid #ff77f1; border: 2px solid #ff77f1;
} }

View File

@ -254,25 +254,25 @@ html {
border: 0.07em solid rgba(255, 255, 255, 0.135); border: 0.07em solid rgba(255, 255, 255, 0.135);
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus { .emby-select-withcolor:focus {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-checkbox:focus+ span+ .checkboxOutline { .emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff; border-color: #fff;
} }
.emby-checkbox:checked+ span+ .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #00a4dc; background-color: #00a4dc;
} }
.emby-checkbox:focus:not(:checked)+ span+ .checkboxOutline { .emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc; border-color: #00a4dc;
} }
.emby-select-withcolor> option { .emby-select-withcolor > option {
color: #000; color: #000;
background: #fff; background: #fff;
} }