2025-02-08, 12:13 AM
Thanks for the reply, I did finally figure out something that seems to work.
/*Change color of button hover and overlay*/
.paper-icon-button-light:hover:not(:disabled) {
color: #FFFFFF;
background-color: rgba(0, 0, 0, .7); /*I went ahead and changed the background color too*/
}
/*Change color of button hover and overlay*/
.paper-icon-button-light:hover:not(:disabled) {
color: #FFFFFF;
background-color: rgba(0, 0, 0, .7); /*I went ahead and changed the background color too*/
}