1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix function-comma-space-after (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:52:38 +01:00
parent 0c0853a80a
commit 2ac83a43d1
15 changed files with 28 additions and 29 deletions

View file

@ -263,7 +263,7 @@ button::-moz-focus-inner {
}
.innerCardFooter {
background: rgba(0,0,0,.7);
background: rgba(0, 0, 0, .7);
position: absolute;
bottom: 0;
left: 0;
@ -403,7 +403,7 @@ button::-moz-focus-inner {
}
.cardOverlayButtonIcon {
background-color: rgba(0,0,0,.7) !important;
background-color: rgba(0, 0, 0, .7) !important;
border-radius: 100em;
width: 1.5em !important;
height: 1.5em !important;
@ -425,8 +425,8 @@ button::-moz-focus-inner {
height: 2.6em;
top: 50%;
left: 50%;
background-color: rgba(0,0,0,.5) !important;
border: .06em solid rgba(255,255,255,.6);
background-color: rgba(0, 0, 0, .5) !important;
border: .06em solid rgba(255, 255, 255, .6);
padding: .38em !important;
color: rgba(255, 255, 255, .76);
transition: transform 200ms ease-out;
@ -730,7 +730,7 @@ button::-moz-focus-inner {
}
.cardOverlayContainer {
background: rgba(0,0,0,0.5);
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity .2s;
position: absolute;
@ -761,7 +761,7 @@ button::-moz-focus-inner {
}
.cardOverlayFab-primary {
background-color: rgba(0,0,0,0.7);
background-color: rgba(0, 0, 0, 0.7);
font-size: 130%;
padding: 0;
width: 3em;

View file

@ -1,6 +1,6 @@
.itemProgressBar {
background: #333;
background: rgba(51,51,51,.8);
background: rgba(51, 51, 51, .8);
position: relative;
height: .28em;
}

View file

@ -33,7 +33,7 @@
}
.mdl-spinner__layer-1 {
border-color: rgb(66,165,245);
border-color: rgb(66, 165, 245);
}
.mdl-spinner__layer-1-active {
@ -42,7 +42,7 @@
}
.mdl-spinner__layer-2 {
border-color: rgb(244,67,54);
border-color: rgb(244, 67, 54);
}
.mdl-spinner__layer-2-active {
@ -51,7 +51,7 @@
}
.mdl-spinner__layer-3 {
border-color: rgb(253,216,53);
border-color: rgb(253, 216, 53);
}
.mdl-spinner__layer-3-active {
@ -60,7 +60,7 @@
}
.mdl-spinner__layer-4 {
border-color: rgb(76,175,80);
border-color: rgb(76, 175, 80);
}
.mdl-spinner__layer-4-active {

View file

@ -16,7 +16,7 @@
}
.nowPlayingBar-hidden {
transform: translate3d(0,100%,0);
transform: translate3d(0, 100%, 0);
}
.nowPlayingBarTop {

View file

@ -1,5 +1,5 @@
.playerStats {
background: rgba(28,28,28,0.8);
background: rgba(28, 28, 28, 0.8);
border-radius: .3em;
color: #fff;
left: 1.5em;

View file

@ -121,7 +121,7 @@
.slideTextInner {
margin: 0 auto;
max-width: 60%;
background: rgba(0,0,0,.8);
background: rgba(0, 0, 0, .8);
display: inline-block;
padding: .5em 1em;
border-radius: .25em;

View file

@ -3,7 +3,7 @@
margin-left: 30%;
margin-right: 30%;
height: 4.2em;
background: rgba(28,28,28,0.8);
background: rgba(28, 28, 28, 0.8);
border-radius: .3em;
color: #fff;
position: absolute;