Update css

This commit is contained in:
Niklas Fäth 2020-01-06 00:34:43 +01:00 committed by GitHub
parent 549482896f
commit fef18d9648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,31 @@
text-align: center
}
.btnArrowUp, .btnArrowLeft, .btnArrowRight, .btnArrowDown, .btnOk{
border: 2.7px solid rgba(255, 255, 255, .6);
background-color: rgba(0, 0, 0, .5);
}
.btnArrowUp{
border-radius: 40% 40% 10% 10%;
}
.btnArrowLeft{
border-radius: 40% 10% 10% 40%;
}
.btnArrowRight{
border-radius: 10% 40% 40% 10%;
}
.btnArrowDown{
border-radius: 10% 10% 40% 40%;
}
.btnOk{
border-radius: 10%;
}
.nowPlayingPageTitle {
margin: 0 0 .5em .5em
}
@ -197,6 +222,9 @@
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
display: none !important
}
.navigationSection .collapseContent i{
font-size: 4em;
}
}
@media all and (max-width:47em) {