From 6aa92819b947c0c8425cebb9c937d2732e198ae0 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Thu, 24 Nov 2022 17:05:18 -0500 Subject: [PATCH] Removed transparency from certain buttons --- CSS/css-scyfin/scyfin-theme-backdrop.css | 7 ++----- CSS/css-scyfin/scyfin-theme.css | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index 0b31569..0088581 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -190,13 +190,10 @@ .emby-select, .checkboxOutline, .btnRefresh, -#btnShutdown { +#btnShutdown, +.raised { border-radius: 100px !important; } -.raised:not(.button-submit, .btnRefresh, #btnShutdown) { - background: transparent !important; - font-weight: normal !important; -} /* Red shutdown button */ #btnShutdown { background: #AE3739 !important; diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 0f6ca29..7bb0c1f 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -200,13 +200,10 @@ html { .emby-select, .checkboxOutline, .btnRefresh, -#btnShutdown { +#btnShutdown, +.raised { border-radius: 100px !important; } -.raised:not(.button-submit, .btnRefresh, #btnShutdown) { - background: transparent !important; - font-weight: normal !important; -} /* Red shutdown button */ #btnShutdown { background: #AE3739 !important;