1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/css/polymer/paper-icon-button-light.css

21 lines
535 B
CSS
Raw Normal View History

2016-05-06 13:49:58 -04:00
[is=paper-icon-button-light] {
width: 40px;
height: 40px;
2016-05-07 13:47:41 -04:00
padding: 8px;
2016-05-06 13:49:58 -04:00
}
[is=paper-icon-button-light] iron-icon, [is=paper-icon-button-light] img {
2016-05-17 01:45:06 -04:00
/* Don't specify both dimensions or it may not get sized properly */
/*width: 100%;*/
2016-05-06 13:49:58 -04:00
height: 100%;
}
[is=paper-icon-button-light] #background {
transition: opacity .3s ease-out;
}
[is=paper-icon-button-light]:focus #background {
background-color: currentcolor !important;
opacity: .2 !important;
}