Initial commit

This commit is contained in:
loof2736 2022-11-10 04:40:09 -05:00
parent 57c55a6e78
commit 5a9bc73536
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/* Background color */
.backdropImage {
display: none !important;
}
.backgroundContainer {
background-color: #0F0F0F !important;
background-size: cover !important;
}

21
CSS/rounded-buttons.css Normal file
View File

@ -0,0 +1,21 @@
/* Rounded buttons */
.navMenuOption,
.navMenuOption:hover,
.navMenuOption-selected {
border-radius: 100px !important;
width: 85% !important;
margin: auto !important;
text-align: center !important;
}
.navMenuOptionIcon,
.navMenuOptionText {
position: inherit !important;
left: -10% !important;
margin-top: 0 !important;
}
.emby-button {
height: 47px !important;
}