From 2018f957a4572b1f76fb557d8aa5d93422af528c Mon Sep 17 00:00:00 2001 From: David Miller Date: Sat, 6 Dec 2014 21:22:50 -0500 Subject: [PATCH] Modal Backdrop Fix --- css/agency.css | 7 ++++++- less/agency.less | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/agency.css b/css/agency.css index 87d365a..2c2fa47 100644 --- a/css/agency.css +++ b/css/agency.css @@ -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; diff --git a/less/agency.less b/less/agency.less index f4610fa..fb25764 100644 --- a/less/agency.less +++ b/less/agency.less @@ -697,6 +697,10 @@ ul.social-buttons { } } } + .modal-backdrop { + opacity: 0; + display: none; + } } // Highlight Color Customization