In a few places we use <div class="note"> which is an alternative to <div class="dialog message">, displaying at full width of the container and often prepended by an icon. The style of this message has not been updated as part of the redesign. It should be made to match the .dialog.message style.
Created attachment 142680 [details] [review] Bug 31996: Make note-style messages consistent with dialogs This patch modifies the style of divs with the class "note," making them have the same background color as message dialogs as proposed in Bug 31973. To test, apply the patch and rebuild the staff interface CSS. Confirm that the updated style looks good. Some pages where you can find examples: - Administration -> Authorized values -> View a categories values. - Administration -> Search engine cofiguration (with Elasticsearch enabled). - Cataloging -> Batch record deletion -> Submit a list of biblionumbers.
Stlye guilde material? :)
Created attachment 142687 [details] [review] Bug 31996: Make note-style messages consistent with dialogs This patch modifies the style of divs with the class "note," making them have the same background color as message dialogs as proposed in Bug 31973. To test, apply the patch and rebuild the staff interface CSS. Confirm that the updated style looks good. Some pages where you can find examples: - Administration -> Authorized values -> View a categories values. - Administration -> Search engine cofiguration (with Elasticsearch enabled). - Cataloging -> Batch record deletion -> Submit a list of biblionumbers.
Created attachment 142688 [details] [review] Bug 31996: Make note-style messages consistent with dialogs This patch modifies the style of divs with the class "note," making them have the same background color as message dialogs as proposed in Bug 31973. To test, apply the patch and rebuild the staff interface CSS. Confirm that the updated style looks good. Some pages where you can find examples: - Administration -> Authorized values -> View a categories values. - Administration -> Search engine cofiguration (with Elasticsearch enabled). - Cataloging -> Batch record deletion -> Submit a list of biblionumbers. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Simple CSS change, makes this fit in much better. Straight to PQA.
Pushed to master for 22.11. Nice work everyone, thanks!