From cb96d15ac140347d8ff4598b97dc0fef6912b9ba Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 12 Oct 2022 22:09:22 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 1 - koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css index c6abf0688a..73b2762697 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css +++ b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css @@ -16,7 +16,6 @@ #area-news { border: 1px solid #EEEEEE; - border-radius: 6px 6px 6px 6px; margin: 0.2em; } diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 82baa544f9..fa4292178c 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -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; -- 2.30.2