Added new image
This commit is contained in:
parent
21e0a39b40
commit
ab865cd133
|
@ -1825,6 +1825,7 @@ table.rounded_cells td {
|
|||
.action-buttons {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
}
|
||||
.action-buttons > button {
|
||||
margin-left: 16px;
|
||||
|
@ -9210,6 +9211,10 @@ button div.cog {
|
|||
mask: url(../../images/svg/cog.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/svg/cog.svg) no-repeat center / contain;
|
||||
}
|
||||
button div.fail {
|
||||
mask: url(../../images/svg/fail.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/svg/fail.svg) no-repeat center / contain;
|
||||
}
|
||||
.ui-dialog-buttonset {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue