From b774216cccba1baf48fd25d61ba32d3ad46dcaff Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 1 Dec 2019 02:19:23 -0500 Subject: public/dist/bar-ui: Add hover background to play button --- public/dist/bar-ui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/dist/bar-ui.css b/public/dist/bar-ui.css index 4a6b2a2..4e6d4d3 100644 --- a/public/dist/bar-ui.css +++ b/public/dist/bar-ui.css @@ -255,6 +255,10 @@ background-position: 50% 53%; } +.sm2-inline-button.sm2-icon-play-pause:hover { + background-color: #ddd; +} + .sm2-volume-control { background-image: url(/icons/feathericons/volume-2.svg); background-image: none, url(/icons/feathericons/volume-2.svg); -- cgit v1.2.3