]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP2023803 Replace btn-warning with appropriate color
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Tue, 12 Dec 2023 17:49:24 +0000 (17:49 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 19 Mar 2024 22:01:44 +0000 (18:01 -0400)
commit63fdfdcdd59bbb957d91bcbf44623a900d1416be
tree85b87f3a6fc665c789355d28411d3bc1f3907821
parent5332888117c18de4e34802d76812cdcd87ee4d2e
LP2023803 Replace btn-warning with appropriate color

Replaces all instances of .btn-warning, which has poor color contrast,
with other button colors. Actions that reset forms or delete data use
.btn-destroy; other instances may use .btn-info or btn-normal depending
on their context.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
21 files changed:
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html
Open-ILS/src/eg2/src/app/staff/acq/po/charges.component.html
Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-term-map.component.ts
Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/edit-floating-group.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/org-addr.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/perm-group-tree.component.html
Open-ILS/src/eg2/src/app/staff/admin/workstation/printers/printers.component.html
Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.html
Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-expression.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-quality.component.html
Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html
Open-ILS/src/eg2/src/app/staff/circ/patron/secondary-groups.component.html
Open-ILS/src/eg2/src/app/staff/share/billing/billing-dialog.component.html
Open-ILS/src/eg2/src/app/staff/share/holds/detail.component.html
Open-ILS/src/eg2/src/app/staff/share/holds/manage.component.html
Open-ILS/src/eg2/src/app/staff/share/marc-edit/editor.component.html