From c4e183542fe5919a7f0865a29118c5479306a67c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 1 Sep 2016 15:49:23 +0000 Subject: [PATCH] =?utf8?q?faire=20et=20d=C3=A9faire,=20c'est=20toujours=20?= =?utf8?q?travailler=20#648=20@1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../controllers/AdminajaxpopupController.php | 2 +- .../controllers/AjaxpopupController.php | 2 +- less/002-common.less | 14 ++------------ less/101-header.less | 2 +- less/220-exemples.less | 7 +------ 5 files changed, 6 insertions(+), 21 deletions(-) diff --git a/framework/application/controllers/AdminajaxpopupController.php b/framework/application/controllers/AdminajaxpopupController.php index c8dca26..e5f5836 100644 --- a/framework/application/controllers/AdminajaxpopupController.php +++ b/framework/application/controllers/AdminajaxpopupController.php @@ -7,6 +7,6 @@ class AdminajaxpopupController extends CubeIT_Controller_Admin_AdminajaxpopupCon $this->setPopupMaxWidth(1440); $this->setPopupPadding(20); $this->setVerticalMargin(20); - $this->setOverlayOpacity(0); + $this->setOverlayOpacity(0.75); } } diff --git a/framework/application/controllers/AjaxpopupController.php b/framework/application/controllers/AjaxpopupController.php index a53bf7b..bdc4be5 100644 --- a/framework/application/controllers/AjaxpopupController.php +++ b/framework/application/controllers/AjaxpopupController.php @@ -8,7 +8,7 @@ class AjaxpopupController extends CubeIT_Controller_AjaxpopupController { $this->setPopupMaxWidth(1440); $this->setPopupPadding(20); $this->setVerticalMargin(20); - $this->setOverlayOpacity(0); + $this->setOverlayOpacity(0.75); } public function quoteForm() { diff --git a/less/002-common.less b/less/002-common.less index bf80b48..d828e43 100644 --- a/less/002-common.less +++ b/less/002-common.less @@ -20,16 +20,6 @@ body { opacity: 0; transition: opacity @transition-time-buttons; - #mm-0, #h, .pagination { - transition: filter, -webkit-filter @transition-time-popin; - } - - &.popupOpen { - #mm-0, #h, .pagination { - filter: blur(50px); - } - } - .wf-active & { opacity: 1; } @@ -248,13 +238,13 @@ a { } .popupLayer { - .popupWindow { + .popupWindow,.popupOverlay { opacity: 0; transition: opacity @transition-time-popin; } &.display { - .popupWindow { + .popupWindow,.popupOverlay { opacity: 1; } } diff --git a/less/101-header.less b/less/101-header.less index 6e90eaf..b2dc3d7 100644 --- a/less/101-header.less +++ b/less/101-header.less @@ -1,7 +1,7 @@ @import "000-imports"; header#h { - transition: left 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, filter, -webkit-filter @transition-time-popin; + transition: left 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease; position: fixed; top: 0px; diff --git a/less/220-exemples.less b/less/220-exemples.less index 639bf63..b9feb2d 100644 --- a/less/220-exemples.less +++ b/less/220-exemples.less @@ -125,7 +125,7 @@ height: 100%; top: 0; left: 0; - background-color: rgba(52, 60, 68, .8); + background-color: rgba(42, 50, 58, .9); color: #fff; z-index: 3; text-align: center; @@ -155,11 +155,6 @@ } &:hover { - - .exemple-fluidbook { - filter: blur(5px); - } - .more { //display: block; opacity: 1; -- 2.39.5