aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-01 02:19:23 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-01 02:19:23 -0500
commitb774216cccba1baf48fd25d61ba32d3ad46dcaff (patch)
tree0f87bb99303c44b8dca4b4ac538c25a99f1f7be3
parent1bed0870ce86c09004dd556e617b6d52d905f8e8 (diff)
downloadedwinmattiacci.com-b774216cccba1baf48fd25d61ba32d3ad46dcaff.tar.gz
edwinmattiacci.com-b774216cccba1baf48fd25d61ba32d3ad46dcaff.tar.bz2
edwinmattiacci.com-b774216cccba1baf48fd25d61ba32d3ad46dcaff.zip
public/dist/bar-ui: Add hover background to play button
-rw-r--r--public/dist/bar-ui.css4
1 files changed, 4 insertions, 0 deletions
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);