Fix number-leading-zero (CSS)

This commit is contained in:
MrTimscampi
2020-01-19 15:00:37 +01:00
parent 2a074d10f1
commit ea28429cdf
51 changed files with 425 additions and 425 deletions
+20 -20
View File
@@ -1,7 +1,7 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8);
color: rgba(255, 255, 255, 0.8);
}
.wizardStartForm,
@@ -12,7 +12,7 @@ html {
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135);
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader-withBackground {
@@ -36,12 +36,12 @@ html {
}
.backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86);
background-color: rgba(0, 0, 0, 0.86);
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0, 164, 220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@@ -51,7 +51,7 @@ html {
.fab,
.raised {
background: #303030;
color: rgba(255, 255, 255, .87);
color: rgba(255, 255, 255, 0.87);
}
.fab:focus,
@@ -71,7 +71,7 @@ html {
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87);
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
@@ -84,7 +84,7 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7);
color: rgba(255, 255, 255, 0.7);
}
.inputLabelFocused,
@@ -133,17 +133,17 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5);
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14);
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5;
opacity: 0.5;
}
.actionSheetMenuItem:hover {
@@ -153,13 +153,13 @@ html {
.toast {
background: #303030;
color: #fff;
color: rgba(255, 255, 255, .87);
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #101010;
color: #ccc;
color: rgba(255, 255, 255, .78);
color: rgba(255, 255, 255, 0.78);
}
.itemSelectionPanel {
@@ -177,7 +177,7 @@ html {
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
@@ -192,11 +192,11 @@ html {
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9);
background: rgba(30, 30, 30, 0.9);
}
.listItem-border {
border-color: rgba(34, 34, 34, .9) !important;
border-color: rgba(34, 34, 34, 0.9) !important;
}
.listItem:focus {
@@ -214,7 +214,7 @@ html {
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2);
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
@@ -239,7 +239,7 @@ html {
.emby-select-withcolor {
color: inherit;
background: #292929;
border: .07em solid #292929;
border: 0.07em solid #292929;
}
.emby-select-withcolor>option {
@@ -324,7 +324,7 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05);
border-color: rgba(255, 255, 255, 0.05);
}
.programCell-sports {
@@ -364,7 +364,7 @@ html {
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3);
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
@@ -429,7 +429,7 @@ html {
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em;
height: 0.7em;
}
.metadataSidebarIcon {