Fix declaration-block-trailing-semicolon (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:49:56 +01:00
parent b2e2cf2012
commit f290604615
21 changed files with 1227 additions and 789 deletions

View file

@ -1,22 +1,22 @@
.skinHeader,
html {
color: #222;
color: rgba(0, 0, 0, .87)
color: rgba(0, 0, 0, .87);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
background-color: #303030;
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
border-color: rgba(0, 0, 0, .158);
}
.collapseContent {
background-color: #eaeaea
background-color: #eaeaea;
}
.skinHeader-withBackground {
@ -24,12 +24,12 @@ html {
color: #ccc;
color: rgba(255, 255, 255, .87);
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
}
.osdHeader {
-webkit-box-shadow: none !important;
box-shadow: none !important
box-shadow: none !important;
}
.skinHeader.semiTransparent {
@ -39,20 +39,20 @@ html {
}
.pageTitleWithDefaultLogo {
background-image: url(../../assets/img/banner-light.png)
background-image: url(../../assets/img/banner-light.png);
}
.backgroundContainer,
html {
background-color: #f2f2f2
background-color: #f2f2f2;
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .80)
background-color: rgba(255, 255, 255, .80);
}
.dialog {
background-color: #f0f0f0
background-color: #f0f0f0;
}
.paper-icon-button-light:hover:not(:disabled) {
@ -67,30 +67,30 @@ html {
.fab,
.raised {
background: #d8d8d8;
color: inherit
color: inherit;
}
.fab:focus,
.raised:focus {
background: #ccc
background: #ccc;
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8
background: #0cb0e8;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, .87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -98,55 +98,55 @@ html {
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #555
color: #555;
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: green
color: green;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.paperList,
.visualCardBox {
background-color: #fff
background-color: #fff;
}
.defaultCardBackground1 {
background-color: #009688
background-color: #009688;
}
.defaultCardBackground2 {
background-color: #d32f2f
background-color: #d32f2f;
}
.defaultCardBackground3 {
background-color: #0288d1
background-color: #0288d1;
}
.defaultCardBackground4 {
background-color: #388e3c
background-color: #388e3c;
}
.defaultCardBackground5 {
background-color: #f57f17
background-color: #f57f17;
}
.formDialogHeader:not(.formDialogHeader-clear) {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.formDialogFooter:not(.formDialogFooter-clear) {
background-color: #f0f0f0;
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, .08);
color: inherit
color: inherit;
}
.cardText-secondary,
@ -156,92 +156,92 @@ html {
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #888
color: #888;
}
.actionsheetDivider {
background: #ddd;
background: rgba(0, 0, 0, .14)
background: rgba(0, 0, 0, .14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: .5;
}
.formDialogHeader a,
.toast {
color: #fff
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, .87);
}
.appfooter {
background: #282828;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, .78);
}
.nowPlayingBarSecondaryText {
color: #999
color: #999;
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #555;
color: rgba(0, 0, 0, .7);
background-color: transparent
background-color: transparent;
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8
background: #f8f8f8;
}
.listItem-border {
border-color: #f0f0f0 !important
border-color: #f0f0f0 !important;
}
.listItem:focus {
background: #ddd
background: #ddd;
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.mediaInfoText {
color: #333;
background: #fff
background: #fff;
}
.mediaInfoTimerIcon,
.starIcon {
color: #cb272a
color: #cb272a;
}
.emby-input,
@ -250,23 +250,23 @@ html {
background: #fff;
border: .07em solid rgba(0, 0, 0, .158);
-webkit-border-radius: .15em;
border-radius: .15em
border-radius: .15em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158)
border: .07em solid rgba(0, 0, 0, .158);
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-checkbox:focus+span+.checkboxOutline {
@ -275,7 +275,7 @@ html {
.emby-checkbox:checked+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
@ -284,44 +284,44 @@ html {
.emby-select-withcolor>option {
color: #000;
background: #fff
background: #fff;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.itemProgressBarForeground-recording {
background-color: #cb272a
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background: #fff
background: #fff;
}
.navMenuOption:hover {
background: #f2f2f2
background: #f2f2f2;
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -343,57 +343,57 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(0, 0, 0, .12)
border-color: rgba(0, 0, 0, .12);
}
.programCell-sports {
background: #3949ab !important
background: #3949ab !important;
}
.programCell-movie {
background: #5e35b1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039be5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43a047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .1) !important
background: rgba(0, 0, 0, .1) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(0, 0, 0, .54)
color: rgba(0, 0, 0, .54);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
@ -401,31 +401,31 @@ html {
background: #fff3a5;
padding: 1em;
-webkit-border-radius: .25em;
border-radius: .25em
border-radius: .25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285f4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285f4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}