From 46db9430af70f45bc656cb0ac8e519f5d0be0149 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 6 Jan 2020 12:40:59 +0100 Subject: Add checkbox focus shadows, and admin resolution descriptions --- client/src/app/shared/misc/help.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/misc') diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss index 84e176b34..f55a516e4 100644 --- a/client/src/app/shared/misc/help.component.scss +++ b/client/src/app/shared/misc/help.component.scss @@ -26,7 +26,7 @@ font-size: 13px; background-color: var(--mainBackgroundColor); color: var(--mainForegroundColor); - box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); p { margin-bottom: 0; -- cgit v1.2.3