Added new image

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-10-25 13:13:09 +02:00
parent 21e0a39b40
commit ab865cd133
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}