@@ -, +, @@ for consistency --> without patch it has darker background than other buttons --> with this patch it has the same background --- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less +++ a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less @@ -1578,6 +1578,7 @@ input.editshelf { .buttons-print { background-position-y: -184px; + background-color: transparent; border: 0; color: #0076B2; font-size: 100%; --