Merge branch 'ent-10963-icono-de-reset-erroneo' into 'develop'
Ent 10963 icono de reset erroneo See merge request artica/pandorafms!5770
This commit is contained in:
commit
ac25997f45
|
@ -10677,6 +10677,11 @@ button div.fail {
|
|||
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
|
||||
}
|
||||
|
||||
button div.force {
|
||||
mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||
}
|
||||
|
||||
button div.upload_file {
|
||||
mask: url(../../images/upload_file.png) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/upload_file.png) no-repeat center / contain;
|
||||
|
|
|
@ -633,7 +633,7 @@ function print_form_filter_monitors(
|
|||
false,
|
||||
'reset_filter_modules();',
|
||||
[
|
||||
'icon' => 'fail',
|
||||
'icon' => 'force',
|
||||
'mode' => 'secondary mini',
|
||||
],
|
||||
true
|
||||
|
|
Loading…
Reference in New Issue