diff --git a/CSS/modified-background-color.css b/CSS/modified-background-color.css new file mode 100644 index 0000000..7bcda5c --- /dev/null +++ b/CSS/modified-background-color.css @@ -0,0 +1,9 @@ +/* Background color */ +.backdropImage { + display: none !important; +} + +.backgroundContainer { + background-color: #0F0F0F !important; + background-size: cover !important; +} \ No newline at end of file diff --git a/CSS/rounded-buttons.css b/CSS/rounded-buttons.css new file mode 100644 index 0000000..057a846 --- /dev/null +++ b/CSS/rounded-buttons.css @@ -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; +} \ No newline at end of file