From e818bd832bec4c697f0020fce1756ddc59e5d3fd Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 10 Nov 2022 07:02:32 -0500 Subject: [PATCH] Added alt version --- CSS/transparent-header-alt.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CSS/transparent-header-alt.css diff --git a/CSS/transparent-header-alt.css b/CSS/transparent-header-alt.css new file mode 100644 index 0000000..9163b6b --- /dev/null +++ b/CSS/transparent-header-alt.css @@ -0,0 +1,29 @@ +/* Transparent header bar */ +.skinHeader { + background-color: transparent !important; + margin-top: 0.2em !important; +} + +/* Rounded header buttons */ +.headerTabs, +.headerRight { + background-color:rgba(35, 35, 35, 0.5) !important; + border-radius: 50px !important; + backdrop-filter: blur(50px) !important; +} + +/* Lower header and add padding to right buttons */ +.headerRight { + padding: 5px !important; +} + +/* Header size */ +.headerTabs { + height: 52px !important; + top: 1px !important; +} + +/* Center text */ +.emby-button-foreground { + top: -6px !important; +} \ No newline at end of file