Bug 34567: Correct colors for advanced cataloging editor status bar

This patch updates the advanced cataloging editor CSS so that the
"status bar" footer below the editor has colors consistent with the
staff interface redesign.

To test, apply the patch and clear your browser cache if necessary.

- Enable the EnableAdvancedCatalogingEditor preference if necessary.
- Go to Cataloging -> Advanced editor.
- At the bottom of the screen below the editor the "status bar" should
  have a green border that matches color in the header search bar.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-08-17 13:06:01 +00:00 committed by Tomas Cohen Arazi
parent 298043edb7
commit 3ed9168315
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -199,8 +199,8 @@ body {
}
#statusbar {
background-color: #F4F8F9;
border: solid 2px #b9d8d9;
background-color: #EEE;
border: solid 2px #6FAF44;
border-radius: 6px;
overflow: auto;
padding: 4px;
@ -477,4 +477,4 @@ body {
.ui-keyboard-accept {
display: none;
}
}