1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update icon hover color

This commit is contained in:
grafixeyehero 2019-06-02 00:35:09 +03:00
parent 1d07d513ea
commit d976734d61

View file

@ -59,7 +59,7 @@ html {
} }
.paper-icon-button-light:hover { .paper-icon-button-light:hover {
color: #48C3C8; color: rgb(12, 232, 214);
background-color: rgba(0,164,220, .2); background-color: rgba(0,164,220, .2);
transition: 0.2s; transition: 0.2s;
} }