aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/validation_modal.css
diff options
context:
space:
mode:
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;
}