@@ -, +, @@ and "deny" button styles - Search the templates for instances of the "approve" or "deny" class which don't have a Font Awesome icon associated with it. There should be none. - Confirm that there are no other references to the files "approve.gif" and "deny.gif" --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 12 +----------- koha-tmpl/intranet-tmpl/prog/img/approve.gif | Bin 204 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/deny.gif | Bin 381 -> 0 bytes 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/approve.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/deny.gif --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1122,21 +1122,11 @@ div.first fieldset { .dialog input[type="submit"] { background : #FFF none; } - -.dialog input.approve, td input.approve { - background : #FFF url(../../img/approve.gif) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - + td input.approve { background-color : #FFC; } -.dialog input.deny { - background : #FFF url(../../img/deny.gif) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - .dialog input.save { background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center; color:black;