]> _ Git - fluidbook-v3.git/commitdiff
faire et défaire, c'est toujours travailler #648 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 1 Sep 2016 15:49:23 +0000 (15:49 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 1 Sep 2016 15:49:23 +0000 (15:49 +0000)
framework/application/controllers/AdminajaxpopupController.php
framework/application/controllers/AjaxpopupController.php
less/002-common.less
less/101-header.less
less/220-exemples.less

index c8dca267b91d42b6aed7c9371a5791a6c6fdadd5..e5f5836ce7b7cf29172c94fe1881fbd2a85d062e 100644 (file)
@@ -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);
        }
 }
index a53bf7bfd0ba4b70c7690026f7692848feeccae7..bdc4be5eb5be3f6426140ccc5afaa8c1334bd097 100644 (file)
@@ -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() {
index bf80b4883ac87531a62ac7c6222be34457b71b2a..d828e43ceb36bee356e80a1f3d5b7ebbc7a5ca80 100644 (file)
@@ -20,16 +20,6 @@ body {
        opacity: 0;\r
        transition: opacity @transition-time-buttons;\r
 \r
-       #mm-0, #h, .pagination {\r
-               transition: filter, -webkit-filter @transition-time-popin;\r
-       }\r
-\r
-       &.popupOpen {\r
-               #mm-0, #h, .pagination {\r
-                       filter: blur(50px);\r
-               }\r
-       }\r
-\r
        .wf-active & {\r
                opacity: 1;\r
        }\r
@@ -248,13 +238,13 @@ a {
 }\r
 \r
 .popupLayer {\r
-       .popupWindow {\r
+       .popupWindow,.popupOverlay {\r
                opacity: 0;\r
                transition: opacity @transition-time-popin;\r
        }\r
 \r
        &.display {\r
-               .popupWindow {\r
+               .popupWindow,.popupOverlay {\r
                        opacity: 1;\r
                }\r
        }\r
index 6e90eafe194e703d334e1fde396c4847b754d614..b2dc3d7f3afbd45a6b561da84679f212f911e47b 100644 (file)
@@ -1,7 +1,7 @@
 @import "000-imports";\r
 \r
 header#h {\r
-       transition: left 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, filter, -webkit-filter @transition-time-popin;\r
+       transition: left 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;\r
 \r
        position: fixed;\r
        top: 0px;\r
index 639bf637ebca9aab223afe7b68806d10bed590a1..b9feb2da1d2f0a91a1b39d462ba67215bdd783e1 100644 (file)
                                height: 100%;\r
                                top: 0;\r
                                left: 0;\r
-                               background-color: rgba(52, 60, 68, .8);\r
+                               background-color: rgba(42, 50, 58, .9);\r
                                color: #fff;\r
                                z-index: 3;\r
                                text-align: center;\r
                        }\r
 \r
                        &:hover {\r
-\r
-                               .exemple-fluidbook {\r
-                                       filter: blur(5px);\r
-                               }\r
-\r
                                .more {\r
                                        //display: block;\r
                                        opacity: 1;\r