From 271d73d627e242f1f9fd126ce9f70e32b8b7a164 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Thu, 12 Apr 2018 10:00:50 -0400 Subject: [PATCH] fix(styling) Change background color of save confirmation dialog --- .../components/bootstrap/notification/notification.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Packages/ohif-core/client/components/bootstrap/notification/notification.styl b/Packages/ohif-core/client/components/bootstrap/notification/notification.styl index 1fecb2eeb..aba58936e 100644 --- a/Packages/ohif-core/client/components/bootstrap/notification/notification.styl +++ b/Packages/ohif-core/client/components/bootstrap/notification/notification.styl @@ -30,6 +30,10 @@ .note-dismiss display: block + .alert-success + background-color: #D9F2E9 + color: #000000 + .note-dismiss bottom: 0 cursor: pointer