From 788318371479db827f1d197cb52047f025d2aa74 Mon Sep 17 00:00:00 2001 From: LittleBigOwl Date: Tue, 17 Oct 2023 15:43:25 +0200 Subject: [PATCH] Consistent CSS for progress bars --- CONTRIBUTORS.md | 1 + src/styles/dashboard.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 41fb667ae8..0735973724 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -68,6 +68,7 @@ - [TheMelmacian](https://github.com/TheMelmacian) - [tehciolo](https://github.com/tehciolo) - [scampower3](https://github.com/scampower3) + - [LittleBigOwI] (https://github.com/LittleBigOwI/) # Emby Contributors diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index d2866c0eea..40b4e2f119 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -16,6 +16,8 @@ progress { appearance: none; margin: 0; background: #ccc !important; + border-radius: 0.2em; + border: none; } progress[role]::after {