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:
parent
298043edb7
commit
3ed9168315
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue