[Bug 35470] New: 23.05 button class update
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35470 Bug ID: 35470 Summary: 23.05 button class update Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: ddaghita@mckinneytexas.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Created attachment 159478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159478&action=edit update and sql run button reports I used CSS to change the color of "Update and Run SQL Button" in the reports sections, but it uses a generic button class id. It changes the color of more buttons in different modules like cataloging and circulation. Can I have it be a more specialized button class id ex: .btn.btn-default change it to .btn.btn-default-sqlrunning Below is the CSS code: /* Speed Green Update and Run Sql button */ .btn.btn-default { background-color: #7CFC00; } Maybe I there is a button class id that is there I just choose the wrong one. Let me know what would be a good resolution. Thank you. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35470 --- Comment #1 from Dave <ddaghita@mckinneytexas.org> --- Created attachment 159479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159479&action=edit more buttons chaged color -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35470 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Dave, Try using the following CSS: /* Speed Green Update and Run Sql button */ #sql_report_form .btn[value="update_and_run_sql"] { background: #7CFC00; } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35470 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35470 --- Comment #3 from Dave <ddaghita@mckinneytexas.org> --- Thank you Lucas. -- 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