From 3a8deb5b09ec88f2661a39fbbac1c4607fc3e361 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Wed, 22 Mar 2023 12:11:51 +0200 Subject: [PATCH] Overview: change active app icon shadow --- css/overview.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/overview.css b/css/overview.css index f2c7115..3b940a9 100644 --- a/css/overview.css +++ b/css/overview.css @@ -9,6 +9,9 @@ stage { background-color: BACKGROUND-COLOR; } +/* overview app icon */ +.icon-dropshadow { icon-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); } + /* Activities Ripple */ .ripple-box {