Bug 31747: Give area-news box new staff design look

To test:
1. Apply patch
2. Regenerate staff CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface )
3. Look at the #area-news element of the mainpage.
4. There should be no rounded corners and the box-shadow should be the same as seen elsewhere ( i.e. patron details page )

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2022-10-12 22:09:22 +00:00 committed by Tomas Cohen Arazi
parent 40cff1a774
commit d17e318864
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@
#area-news {
border: 1px solid #EEEEEE;
border-radius: 6px 6px 6px 6px;
margin: 0.2em;
}

View file

@ -727,7 +727,7 @@ label,
border: 0;
color: #696969;
margin: 0 0 1em 0;
box-shadow: 8px 8px 12px rgba(170, 170, 170, .356);
box-shadow: 0 0 4px 1px #00000030;
display: block;
padding: 1em;