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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -50,7 +50,7 @@
} }
.mdl-radio__button:disabled + .mdl-radio__label + .mdl-radio__outer-circle { .mdl-radio__button:disabled + .mdl-radio__label + .mdl-radio__outer-circle {
border: 2px solid rgba(0,0,0, 0.26); border: 2px solid rgba(0, 0, 0, 0.26);
cursor: auto; cursor: auto;
} }
@ -81,7 +81,7 @@
} }
.mdl-radio__button:disabled + .mdl-radio__label + .mdl-radio__outer-circle + .mdl-radio__inner-circle { .mdl-radio__button:disabled + .mdl-radio__label + .mdl-radio__outer-circle + .mdl-radio__inner-circle {
background: rgba(0,0,0, 0.26); background: rgba(0, 0, 0, 0.26);
cursor: auto; cursor: auto;
} }
@ -98,6 +98,6 @@
} }
.mdl-radio__button:disabled + .mdl-radio__label { .mdl-radio__button:disabled + .mdl-radio__label {
color: rgba(0,0,0, 0.26); color: rgba(0, 0, 0, 0.26);
cursor: auto; cursor: auto;
} }

View file

@ -41,7 +41,7 @@
} }
.mdl-switch__track { .mdl-switch__track {
background: rgba(128,128,128, 0.5); background: rgba(128, 128, 128, 0.5);
height: 1em; height: 1em;
border-radius: 1em; border-radius: 1em;
cursor: pointer; cursor: pointer;
@ -52,7 +52,7 @@
} }
.mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track { .mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
background: rgba(0,0,0, 0.12); background: rgba(0, 0, 0, 0.12);
cursor: auto; cursor: auto;
} }
@ -81,7 +81,7 @@
} }
.mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb { .mdl-switch__input[disabled] + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb {
background: rgb(189,189,189); background: rgb(189, 189, 189);
cursor: auto; cursor: auto;
} }
@ -117,6 +117,6 @@
} }
.mdl-switch__input[disabled] .mdl-switch__label { .mdl-switch__input[disabled] .mdl-switch__label {
color: rgb(189,189,189); color: rgb(189, 189, 189);
cursor: auto; cursor: auto;
} }

View file

@ -62,7 +62,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc; color: #00a4dc;
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {

View file

@ -60,7 +60,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc; color: #00a4dc;
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {

View file

@ -41,7 +41,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc; color: #00a4dc;
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {

View file

@ -57,7 +57,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc; color: #00a4dc;
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {

View file

@ -20,7 +20,6 @@ html {
background: -moz-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%); background: -moz-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
background: -webkit-linear-gradient(left, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%); background: -webkit-linear-gradient(left, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%);
background: linear-gradient(to right, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%); background: linear-gradient(to right, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000420', endColorstr='#000420',GradientType=1 );
} }
.skinHeader.semiTransparent { .skinHeader.semiTransparent {
@ -60,7 +59,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: rgb(12, 232, 214); color: rgb(12, 232, 214);
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {

View file

@ -58,7 +58,7 @@ html {
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc; color: #00a4dc;
background-color: rgba(0,164,220, .2); background-color: rgba(0, 164, 220, .2);
} }
.paper-icon-button-light.show-focus:focus { .paper-icon-button-light.show-focus:focus {