From 8dd766ecb8654b5a52b22233877034f3bfd3e830 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Tue, 20 Dec 2016 16:39:51 +0100 Subject: [PATCH] More contrast between confirmation dialog and background [HFP-375] --- styles/h5p-confirmation-dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p-confirmation-dialog.css b/styles/h5p-confirmation-dialog.css index 7e5196f..c7c8558 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -46,7 +46,7 @@ transform: translate(-50%, 0%); color: #555; - box-shadow: 0 0 6px 3px #424242; + box-shadow: 0 0 6px 6px rgba(10,10,10,0.3) -webkit-transition: transform 0.1s ease-in; transition: transform 0.1s ease-in;