https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15600 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Do we need both patches? With both patches applied, the button does not look disabled if nothing has been changed, it's a bit confusing (and the cursor is the cursor is a pointer). With only the following change, I get what is (I think) is expected: diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index b35e6be..06c39c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -422,7 +422,7 @@ dd { font-weight : normal; } -.btn-toolbar { +div#toolbar, .btn-toolbar { background-color : #EDF4F6; padding: 5px 5px 5px 5px; border-radius: 5px 5px 0 0; -- You are receiving this mail because: You are watching all bug changes.