Added back overlay

This commit is contained in:
David Baldwynn 2017-10-18 16:37:42 -07:00 committed by GitHub
parent b14822d1fa
commit cf3348371a

View File

@ -1,3 +1,19 @@
/*Modal overlay (for lightbox effect)*/
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.5);
z-index: 10;
}
.overlay.submitform {
background-color: rgb(256,256,256);
background-color: rgba(256,256,256,0.8);
}
.panel-default.startPage {
border-style: dashed;
border-color: #a9a9a9;