aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/validation_modal.css
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-02-22 14:40:13 +0100
committerIgor Dysko <igor1.dysko@orange.com>2021-02-22 14:40:13 +0100
commit61d1261b57bc1d212be0817cbe0403cccf870b5e (patch)
tree00a044feb996cd80a03672ec6c6bdd6a2f23229a /graphgraph-fe/src/validation_modal.css
parent57b5956b77185db895567d24558d37080d2d2d7c (diff)
Sonar coverage report for graphgraphhonolulu
Added java tests + small css fixes. Issue-ID: AAI-2713 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I09505df652a44c62d0ddff67fe867d8fc3e92332
Diffstat (limited to 'graphgraph-fe/src/validation_modal.css')
-rw-r--r--graphgraph-fe/src/validation_modal.css10
1 files changed, 5 insertions, 5 deletions
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;
}