update icon buttons
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
}
|
||||
|
||||
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
||||
color: #333;
|
||||
background-color: rgba(210,210,210,.9);
|
||||
color: #333!important;
|
||||
background-color: rgba(210,210,210,.9)!important;
|
||||
border-radius: 500px;
|
||||
padding: 5px;
|
||||
width: 36px;
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
[is=paper-icon-button-light] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 8px;
|
||||
}
|
||||
[is=paper-icon-button-light] iron-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
[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;
|
||||
}
|
||||
|
||||
/* Make sure the img is on top of the ripple */
|
||||
[is=paper-icon-button-light] img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user