From 79fb0e310c9928a48a9e2ddea2320452a41db0e6 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 13 Jan 2017 13:06:22 +0100 Subject: [PATCH] Change confirm dialog overlay color tint HFP-457 --- 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 4fd45c0..47f727a 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -5,7 +5,7 @@ left: 0; top: 0; - background: rgba(28, 34, 41, 0.9); + background: rgba(44, 44, 44, 0.9); opacity: 1; visibility: visible; -webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0s;