12495 Fixed buttons
This commit is contained in:
parent
558279e61b
commit
6e67dc81ac
|
@ -10795,6 +10795,13 @@ button div.fail {
|
||||||
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
|
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button div.refresh {
|
||||||
|
mask: url(../../images/refresh@svg.svg) no-repeat center / contain;
|
||||||
|
-webkit-mask: url(../../images/refresh@svg.svg) no-repeat center / contain;
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
button div.force {
|
button div.force {
|
||||||
mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||||
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||||
|
|
Loading…
Reference in New Issue