From 47908f01a9cd24d37dfab62c3d5c196ef1008888 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 16 Dec 2024 16:17:35 -0800 Subject: [PATCH] Add that sweet sweet subtle shadow for taskbar --- src/gui/src/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index da54e81c73..31a3aa34d5 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -2294,7 +2294,6 @@ label { display: flex; justify-content: center; z-index: 99999; - box-shadow: 0px 0px 4px 0px #7575757a; overflow: hidden !important; height: 50px; @@ -2305,6 +2304,12 @@ label { width: auto; left: 50%; transform: translateX(-50%); + + /* that sweet sweet subtle shadow */ + box-shadow: + inset 0 0 0 0.5px rgba(255, 255, 255, 0.2), + 0 0 0 0.5px rgba(0, 0, 0, 0.2), + 0 4px 16px rgba(0, 0, 0, 0.2); } .taskbar .taskbar-item {