From 8e473cb69ae30a6dd431a28c100da2e80a2dde43 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 17 Aug 2023 13:06:01 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3ed91683159206474505f697d0888919f77f8b4c) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css index ba7de2e5b2..5cb3da2159 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css +++ b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css @@ -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; -} \ No newline at end of file +} -- 2.20.1