From 61d1261b57bc1d212be0817cbe0403cccf870b5e Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Mon, 22 Feb 2021 14:40:13 +0100 Subject: Sonar coverage report for graphgraph Added java tests + small css fixes. Issue-ID: AAI-2713 Signed-off-by: Igor Dysko Change-Id: I09505df652a44c62d0ddff67fe867d8fc3e92332 --- graphgraph-fe/src/validation_modal.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphgraph-fe') diff --git a/graphgraph-fe/src/validation_modal.css b/graphgraph-fe/src/validation_modal.css index 4fe12a9..883bb5c 100644 --- a/graphgraph-fe/src/validation_modal.css +++ b/graphgraph-fe/src/validation_modal.css @@ -9,23 +9,23 @@ position: 'fixed'; width: 1024; height: 768; - zIndex: 1040; + z-index: 1040; top: '5%'; left: '5%'; border: '1px solid #e5e5e5'; - backgroundColor: 'white'; - boxShadow: '0 5px 15px rgba(0,0,0,.5)'; + background-color: 'white'; + box-shadow: '0 5px 15px rgba(0,0,0,.5)'; padding: 0; } .modal-backdrop { position: 'fixed'; - zIndex: 1040; + z-index: 1040; top: 0; bottom: 0; left: 0; right: 0; - backgroundColor: '#000'; + background-color: '#000'; opacity: 0.5; } -- cgit 1.2.3-korg