mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
20 lines
455 B
CSS
20 lines
455 B
CSS
![]() |
[is=paper-icon-button-light] {
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
padding: .5em;
|
||
|
}
|
||
|
|
||
|
[is=paper-icon-button-light] iron-icon, [is=paper-icon-button-light] img {
|
||
|
width: 100%;
|
||
|
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;
|
||
|
}
|