From 5a9bc73536976c4c55869122d17a421534f62da1 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 04:40:09 -0500 Subject: [PATCH] Initial commit --- CSS/modified-background-color.css | 9 +++++++++ CSS/rounded-buttons.css | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 CSS/modified-background-color.css create mode 100644 CSS/rounded-buttons.css 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