update icons
This commit is contained in:
parent
92bca2bd40
commit
58bb39c2d1
17 changed files with 101 additions and 88 deletions
19
dashboard-ui/css/polymer/paper-icon-button-light.css
Normal file
19
dashboard-ui/css/polymer/paper-icon-button-light.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue