mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Initial commit
This commit is contained in:
parent
57c55a6e78
commit
5a9bc73536
9
CSS/modified-background-color.css
Normal file
9
CSS/modified-background-color.css
Normal 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
21
CSS/rounded-buttons.css
Normal 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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user