[Bug 14516] New: Dropbox mode barcode input has odd coloring (alert class css)
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14516 Bug ID: 14516 Summary: Dropbox mode barcode input has odd coloring (alert class css) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nick@quecheelibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Created attachment 40901 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40901&action=edit Picture of colored barcode input When dropbox mode is checked the barcode input box changes color (see attached screenshot) This coloring is unusual and makes the barcode input hard to read. Additionally, once you click anywhere else on the screen the coloring disappears, which is odd too. To reproduce: 1 - Browse to Circulation->Returns 2 - Check the dropbox mode box 3 - Check in a book or enter an invalid barcode 4 - See the input box change 5 - Click anywhere outside of that box 6 - See the box revert The relevant styling comes from: FILE boostrap.min.css: .alert,.alert h4{color:#c09853;} FILE staff-global.css: input.alert { background-color : #FFFF99; border-color: #900; } returns.tt has multiple addClass("alert") and removeClass("alert") so I am not sure if this is intentional or a bug -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14516 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com, | |nick@quecheelibrary.org -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14516 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Is it a new behavior? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org