https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30190 Bug ID: 30190 Summary: Green buttons turn blue for a second when clicking them Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org When clicking green buttons, like the "Go" button in simple search, it turns dark blue for a second before returning to green. In testing bug 29616 we were not sure if this was intentional, so filing a bug to check and confirm.
From the comments:
(In reply to Lucas Gass from comment #9)
That appears to be from this rule in the OPAC CSS file:
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; }
Do we file a new bug? It seems like perhaps it was intentional to have the blue.
(In reply to Fridolin Somers from comment #10)
(In reply to Lucas Gass from comment #9)
Do we file a new bug? It seems like perhaps it was intentional to have the blue.
Yep, please open another bug report. We will close invalid if it is on purpose.
-- You are receiving this mail because: You are watching all bug changes.