From 7c47fd043368d5414883d872011e51d3c5709001 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 6 Feb 2019 21:38:53 -0500 Subject: [PATCH] Add light visual feedback on appicon click --- stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 1dddd0e..ddfe5bc 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -50,6 +50,10 @@ background-color: rgba(238, 238, 236, 0.1); } +#dashtopanelScrollview .app-well-app:active .dtp-container { + background-color: rgba(238, 238, 236, 0.18); +} + #dashtopanelScrollview .app-well-app .favorite { background-color: rgba(80, 150, 255, 0.4); }