Skip to content

Commit 47908f0

Browse files
committed
Add that sweet sweet subtle shadow for taskbar
1 parent 3c9a6b9 commit 47908f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/gui/src/css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,6 @@ label {
22942294
display: flex;
22952295
justify-content: center;
22962296
z-index: 99999;
2297-
box-shadow: 0px 0px 4px 0px #7575757a;
22982297
overflow: hidden !important;
22992298

23002299
height: 50px;
@@ -2305,6 +2304,12 @@ label {
23052304
width: auto;
23062305
left: 50%;
23072306
transform: translateX(-50%);
2307+
2308+
/* that sweet sweet subtle shadow */
2309+
box-shadow:
2310+
inset 0 0 0 0.5px rgba(255, 255, 255, 0.2),
2311+
0 0 0 0.5px rgba(0, 0, 0, 0.2),
2312+
0 4px 16px rgba(0, 0, 0, 0.2);
23082313
}
23092314

23102315
.taskbar .taskbar-item {

0 commit comments

Comments
 (0)