Modal Backdrop Fix
This commit is contained in:
parent
955c51711a
commit
2018f957a4
@ -367,7 +367,7 @@ section h3.section-subheading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
background: rgba(0,0,0,.9);
|
||||
background: rgba(254,209,54,.9);
|
||||
-webkit-transition: all ease .5s;
|
||||
-moz-transition: all ease .5s;
|
||||
transition: all ease .5s;
|
||||
@ -839,6 +839,11 @@ ul.social-buttons li a:active {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.portfolio-modal .modal-backdrop {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #fed136;
|
||||
|
@ -697,6 +697,10 @@ ul.social-buttons {
|
||||
}
|
||||
}
|
||||
}
|
||||
.modal-backdrop {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Highlight Color Customization
|
||||
|
Loading…
Reference in New Issue
Block a user