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

@ -50,7 +50,7 @@
}
.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;
}
@ -81,7 +81,7 @@
}
.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;
}
@ -98,6 +98,6 @@
}
.mdl-radio__button:disabled + .mdl-radio__label {
color: rgba(0,0,0, 0.26);
color: rgba(0, 0, 0, 0.26);
cursor: auto;
}

View file

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