mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update icon style
This commit is contained in:
parent
7e3be57938
commit
4107231554
@ -3,10 +3,13 @@
|
||||
height: 40px;
|
||||
padding: 8px;
|
||||
}
|
||||
[is=paper-icon-button-light] iron-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
[is=paper-icon-button-light] iron-icon, [is=paper-icon-button-light] img {
|
||||
/* Don't specify both dimensions or it may not get sized properly */
|
||||
/*width: 100%;*/
|
||||
[is=paper-icon-button-light] img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -18,3 +21,9 @@
|
||||
background-color: currentcolor !important;
|
||||
opacity: .2 !important;
|
||||
}
|
||||
|
||||
/* Make sure the img is on top of the ripple */
|
||||
[is=paper-icon-button-light] img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user