mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user