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

update recording format

This commit is contained in:
Luke Pulverenti 2016-06-15 14:56:37 -04:00
parent ac3ca6cde8
commit 857b8348bb
18 changed files with 99 additions and 79 deletions

View file

@ -56,18 +56,18 @@ div.checkboxContainer {
}
.mdl-checkbox__input:checked + span + span + .checkboxOutline {
border: 2px solid #52B54B;
border-color: #52B54B;
}
.mdl-checkbox__input[disabled] + span + span + .checkboxOutline {
border: 2px solid rgba(0, 0, 0, 0.26);
border-color: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-checkbox__focus-helper {
position: absolute;
top: -12px;
left:-12px;
left: -12px;
width: 48px;
height: 48px;
display: inline-block;