Update css
This commit is contained in:
parent
549482896f
commit
fef18d9648
1 changed files with 28 additions and 0 deletions
|
@ -12,6 +12,31 @@
|
||||||
text-align: center
|
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 {
|
.nowPlayingPageTitle {
|
||||||
margin: 0 0 .5em .5em
|
margin: 0 0 .5em .5em
|
||||||
}
|
}
|
||||||
|
@ -197,6 +222,9 @@
|
||||||
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
|
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
|
||||||
display: none !important
|
display: none !important
|
||||||
}
|
}
|
||||||
|
.navigationSection .collapseContent i{
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width:47em) {
|
@media all and (max-width:47em) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue