diff --git a/Resources/public/css/layout.css b/Resources/public/css/layout.css index d63844baa..c064fd33d 100644 --- a/Resources/public/css/layout.css +++ b/Resources/public/css/layout.css @@ -36,14 +36,6 @@ } /*csslint vendor-prefix: false */ -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } -} @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); @@ -52,14 +44,7 @@ -webkit-transform: rotate(359deg); } } -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} + @keyframes spin { 0% { transform: rotate(0deg); @@ -78,24 +63,6 @@ } } -@-moz-keyframes fadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -@-o-keyframes fadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - @keyframes fadeIn { 0% { opacity: 0; @@ -120,12 +87,7 @@ .ez-platformui-app { opacity: 0; - - -webkit-transition: opacity 0.2s ease, left 0.3s ease; - -moz-transition: opacity 0.2s ease, left 0.3s ease; - -ms-transition: opacity 0.2s ease, left 0.3s ease; - -o-transition: opacity 0.2s ease, left 0.3s ease; - transition: opacity 0.2s ease, left 0.3s ease; + transition: opacity 0.2s ease, left 0.3s ease; } .ez-platformui-app p { @@ -155,9 +117,6 @@ opacity: 0; -webkit-transform: translateX(-230px); - -moz-transform: translateX(-230px); - -ms-transform: translateX(-230px); - -o-transform: translateX(-230px); transform: translateX(-230px); display: none; } @@ -193,9 +152,6 @@ top: 40%; left: 50%; -webkit-transform: translate(-50%, -50%); - -moz-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2em; diff --git a/Resources/public/css/theme/app.css b/Resources/public/css/theme/app.css index 53830321a..1094722b8 100644 --- a/Resources/public/css/theme/app.css +++ b/Resources/public/css/theme/app.css @@ -58,18 +58,10 @@ line-height: 1.8em; height: 1.8em; padding: 0 0.4em; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; border: 1px solid #ccc; background: #fdfdfd; - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; } .ez-platformui-app textarea { @@ -82,11 +74,7 @@ .ez-platformui-app input[type=search]:focus, .ez-platformui-app input[type=password]:focus, .ez-platformui-app textarea:focus { - -webkit-box-shadow: inset 0 0 6px #ccc; - -moz-box-shadow: inset 0 0 6px #ccc; - -ms-box-shadow: inset 0 0 6px #ccc; - -o-box-shadow: inset 0 0 6px #ccc; - box-shadow: inset 0 0 6px #ccc; + box-shadow: inset 0 0 6px #ccc; border: 1px solid #ccc; outline: none; background: #fff; @@ -103,19 +91,11 @@ box-shadow: none; background: #FEECEA; outline: none; - -webkit-box-shadow: inset 0 0 6px #e76; - -moz-box-shadow: inset 0 0 6px #e76; - -ms-box-shadow: inset 0 0 6px #e76; - -o-box-shadow: inset 0 0 6px #e76; - box-shadow: inset 0 0 6px #e76; + box-shadow: inset 0 0 6px #e76; } .ez-view-container { - -webkit-transition: opacity 0.2s ease-in-out; - -moz-transition: opacity 0.2s ease-in-out; - -ms-transition: opacity 0.2s ease-in-out; - -o-transition: opacity 0.2s ease-in-out; - transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; } .is-app-loading .ez-view-container { @@ -128,8 +108,6 @@ .is-app-loading .ez-view-container:before { -webkit-animation: spin 0.5s infinite linear; - -moz-animation: spin 0.5s infinite linear; - -o-animation: spin 0.5s infinite linear; animation: spin 0.5s infinite linear; box-sizing: border-box; border-radius: 2em; @@ -142,9 +120,7 @@ .ez-platformui-app .ez-inline-loader { -webkit-animation: spin 0.5s infinite linear; - -moz-animation: spin 0.5s infinite linear; - -o-animation: spin 0.5s infinite linear; - animation: spin 0.5s infinite linear; + animation: spin 0.5s infinite linear; box-sizing: border-box; border-radius: 100%; border-width: 4px; @@ -162,9 +138,5 @@ .ez-mainviews, .ez-menu-container, .ez-navigation-container { - -webkit-transition: all 0.3s ease; - -moz-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - transition: all 0.3s ease; + transition: all 0.3s ease; } diff --git a/Resources/public/css/theme/modules/button.css b/Resources/public/css/theme/modules/button.css index eb180e5c5..a3c792edc 100644 --- a/Resources/public/css/theme/modules/button.css +++ b/Resources/public/css/theme/modules/button.css @@ -6,35 +6,18 @@ .ez-button { border: 1px solid #bbb; border-radius: 2px; - - -webkit-transition: all 0.2s; - -moz-transition: all 0.2s; - -ms-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; - + transition: all 0.2s; background: #e6e6e6; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e6e6e6)); - background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%); - background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%); - background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%); - background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%); - background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); + background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); } .ez-button:hover { background: #fff; - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#fff)); - background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%); - background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%); - background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%); - background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%); - background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%); + background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%); } .ez-button.pure-button-disabled, -.ez-button[disabled] -{ +.ez-button[disabled] { border: 1px solid #bbb; } diff --git a/Resources/public/css/theme/modules/selection-table.css b/Resources/public/css/theme/modules/selection-table.css index b79af629f..23ea6bd18 100644 --- a/Resources/public/css/theme/modules/selection-table.css +++ b/Resources/public/css/theme/modules/selection-table.css @@ -6,10 +6,5 @@ .ez-selection-table .is-row-selected td, .ez-selection-table .is-row-selected:nth-child(2n-1) td { background: #feffbb; - - -webkit-transition: all 0.2s; - -moz-transition: all 0.2s; - -ms-transition: all 0.2s; - -o-transition: all 0.2s; - transition: all 0.2s; + transition: all 0.2s; } diff --git a/Resources/public/css/theme/modules/tabs.css b/Resources/public/css/theme/modules/tabs.css index 5db9417fc..6f46c8517 100644 --- a/Resources/public/css/theme/modules/tabs.css +++ b/Resources/public/css/theme/modules/tabs.css @@ -28,12 +28,7 @@ border-top: 3px solid #f5f4f2; border-bottom: 1px solid #ccc; margin-bottom: -1px; - - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } .ez-tabs .ez-tabs-list .is-tab-selected { @@ -53,7 +48,5 @@ display: block; -webkit-animation: fadeIn 0.3s; - -moz-animation: fadeIn 0.3s; - -o-animation: fadeIn 0.3s; animation: fadeIn 0.3s; } diff --git a/Resources/public/css/theme/views/actions/button.css b/Resources/public/css/theme/views/actions/button.css index e00d6b465..a46a5c976 100644 --- a/Resources/public/css/theme/views/actions/button.css +++ b/Resources/public/css/theme/views/actions/button.css @@ -30,12 +30,7 @@ .ez-view-buttonactionview .action-hint { margin: 0; opacity: 1; - - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } .is-discoverybar-minimized .ez-view-discoverybarview .active-actions .ez-view-buttonactionview .action-label, diff --git a/Resources/public/css/theme/views/actions/create-content.css b/Resources/public/css/theme/views/actions/create-content.css index d22c39e5b..6db045d92 100644 --- a/Resources/public/css/theme/views/actions/create-content.css +++ b/Resources/public/css/theme/views/actions/create-content.css @@ -5,22 +5,12 @@ .ez-view-createcontentactionview { background: #333; - - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - transition: all 0.2s ease; + transition: all 0.2s ease; } .ez-view-createcontentactionview .ez-expandable-area { background: #333; - - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - transition: all 0.2s ease; + transition: all 0.2s ease; } .ez-view-createcontentactionview.is-expanded .ez-expandable-area { @@ -37,8 +27,6 @@ .ez-view-createcontentactionview .ez-contenttypes-loading:before { display: inline-block; -webkit-animation: spin 0.7s infinite linear; - -moz-animation: spin 0.7s infinite linear; - -o-animation: spin 0.7s infinite linear; animation: spin 0.7s infinite linear; content: "\E61C"; padding-right: 0.5em; diff --git a/Resources/public/css/theme/views/actions/preview.css b/Resources/public/css/theme/views/actions/preview.css index 548b13518..350e841d2 100644 --- a/Resources/public/css/theme/views/actions/preview.css +++ b/Resources/public/css/theme/views/actions/preview.css @@ -5,16 +5,9 @@ .ez-view-previewactionview .preview-modes .preview-mode-button { border-radius: 4px; - -webkit-box-shadow: inset 1px 1px 2px 1px #000; - -moz-box-shadow: inset 1px 1px 2px 1px #000; - box-shadow: inset 1px 1px 2px 1px #000; + box-shadow: inset 1px 1px 2px 1px #000; background: #232327; - background: -webkit-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -moz-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -ms-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -o-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -webkit-gradient(linear, top, bottom, color-stop(0%, #232327), color-stop(100%, #26252a)); + background: linear-gradient(90deg, #232327 0%, #26252a 100%); } .ez-view-previewactionview .preview-modes .preview-mode-button:before { @@ -25,9 +18,7 @@ .ez-view-previewactionview .preview-modes .preview-mode-button:hover { background: #486235; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + box-shadow: none; } .ez-view-previewactionview .preview-modes .preview-mode-button.is-selected { diff --git a/Resources/public/css/theme/views/actions/tree.css b/Resources/public/css/theme/views/actions/tree.css index ffafeaeac..2308046ff 100644 --- a/Resources/public/css/theme/views/actions/tree.css +++ b/Resources/public/css/theme/views/actions/tree.css @@ -5,23 +5,13 @@ .ez-view-treeactionview { background: #333; - - -webkit-transition: padding 0.2s ease; - -moz-transition: padding 0.2s ease; - -ms-transition: padding 0.2s ease; - -o-transition: padding 0.2s ease; - transition: padding 0.2s ease; + transition: padding 0.2s ease; } .ez-view-treeactionview .ez-expandable-area { background: #333; font-size: 90%; - - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - transition: all 0.2s ease; + transition: all 0.2s ease; } .ez-view-treeactionview .ez-tree-loading { @@ -34,8 +24,6 @@ .ez-view-treeactionview .ez-tree-loading:before { display: inline-block; -webkit-animation: spin 0.7s infinite linear; - -moz-animation: spin 0.7s infinite linear; - -o-animation: spin 0.7s infinite linear; animation: spin 0.7s infinite linear; content: "\E61C"; padding-right: 0.5em; @@ -84,8 +72,6 @@ padding: 0 0.15em; content: "\E61C"; -webkit-animation: spin 0.5s infinite linear; - -moz-animation: spin 0.5s infinite linear; - -o-animation: spin 0.5s infinite linear; animation: spin 0.5s infinite linear; } diff --git a/Resources/public/css/theme/views/asynchronous.css b/Resources/public/css/theme/views/asynchronous.css index e6d326766..4cbde9395 100644 --- a/Resources/public/css/theme/views/asynchronous.css +++ b/Resources/public/css/theme/views/asynchronous.css @@ -11,8 +11,6 @@ .ez-asynchronousview .ez-asynchronousview-loading:before { display: inline-block; -webkit-animation: spin 0.7s infinite linear; - -moz-animation: spin 0.7s infinite linear; - -o-animation: spin 0.7s infinite linear; animation: spin 0.7s infinite linear; content: "\E61c"; padding: 0 0.2em; diff --git a/Resources/public/css/theme/views/bar.css b/Resources/public/css/theme/views/bar.css index eaa3f6c81..8854ba100 100644 --- a/Resources/public/css/theme/views/bar.css +++ b/Resources/public/css/theme/views/bar.css @@ -24,17 +24,11 @@ } .ez-view-barview .ez-actions-list .ez-action:last-child { - -webkit-box-shadow: 0 1px 0 0 #424242; - -moz-box-shadow: 0 1px 0 0 #424242; - box-shadow: 0 1px 0 0 #424242; + box-shadow: 0 1px 0 0 #424242; } .ez-view-barview .view-more-actions { - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; box-shadow: 7px 0 7px 0 rgba(0, 0, 0, 0.5); } diff --git a/Resources/public/css/theme/views/contentedit.css b/Resources/public/css/theme/views/contentedit.css index ee0461bf1..6770b8e5c 100644 --- a/Resources/public/css/theme/views/contentedit.css +++ b/Resources/public/css/theme/views/contentedit.css @@ -23,11 +23,7 @@ .ez-view-contenteditview .ez-technical-infos { opacity: 0; visibility: visible; - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - transition: all 0.2s ease; + transition: all 0.2s ease; } .ez-view-contenteditview.is-showing-technicalinfos .ez-technical-infos, diff --git a/Resources/public/css/theme/views/discoverybar.css b/Resources/public/css/theme/views/discoverybar.css index 1d9c3733e..4724cc3d9 100644 --- a/Resources/public/css/theme/views/discoverybar.css +++ b/Resources/public/css/theme/views/discoverybar.css @@ -4,18 +4,10 @@ */ .ez-view-discoverybarview { - -webkit-transition: all 0.3s ease; - -moz-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - transition: all 0.3s ease; + transition: all 0.3s ease; } .ez-view-discoverybarview .view-more-actions { - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; box-shadow: -7px 0 7px 0 rgba(0, 0, 0, 0.5); } diff --git a/Resources/public/css/theme/views/fieldedit.css b/Resources/public/css/theme/views/fieldedit.css index fd04a2690..56e1d15a4 100644 --- a/Resources/public/css/theme/views/fieldedit.css +++ b/Resources/public/css/theme/views/fieldedit.css @@ -24,9 +24,7 @@ .ez-editfield-infos .ez-fielddefinition-tooltip-text { background: #fff; - -webkit-box-shadow: 0 2px 4px 0 #ddd; - -moz-box-shadow: 0 2px 4px 0 #ddd; - box-shadow: 0 2px 4px 0 #ddd; + box-shadow: 0 2px 4px 0 #ddd; border-radius: 4px; border: 1px solid #ccc; font-weight: normal; @@ -47,8 +45,6 @@ height: 16px; background: #fff; -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -o-transform: rotate(-45deg); transform: rotate(-45deg); } @@ -84,11 +80,7 @@ font-style: italic; color: #BF3E33; opacity: 0; - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; } .is-error .ez-editfield-infos .ez-editfield-error-message { @@ -108,11 +100,7 @@ border: 1px solid #BF3E33; border-left: 0; border-right: 0; - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; } .is-error .ez-default-error-style .ez-editfield-input:before { diff --git a/Resources/public/css/theme/views/fields/edit/selection.css b/Resources/public/css/theme/views/fields/edit/selection.css index f2a7e7df4..821871465 100644 --- a/Resources/public/css/theme/views/fields/edit/selection.css +++ b/Resources/public/css/theme/views/fields/edit/selection.css @@ -7,11 +7,7 @@ list-style-type: none; border: 1px solid #ccc; border-bottom: 1px solid #ddd; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; } .ez-view-selectioneditview.is-top-list .ez-selection-values { @@ -59,32 +55,16 @@ border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - - -webkit-box-shadow: 4px 4px 5px 0px rgba(120, 120, 120, 0.75); - -moz-box-shadow: 4px 4px 5px 0px rgba(120, 120, 120, 0.75); - box-shadow: 4px 4px 5px 0px rgba(120, 120, 120, 0.75); + box-sizing: border-box; + box-shadow: 4px 4px 5px 0 rgba(120, 120, 120, 0.75); -webkit-transform: scaleY(1); - -moz-transform: scaleY(1); - -ms-transform: scaleY(1); - -o-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: center top; - -moz-transform-origin: center top; - -ms-transform-origin: center top; - -o-transform-origin: center top; transform-origin: center top; -webkit-transition: -webkit-transform 0.2s ease; - -moz-transition: -moz-transform 0.2s ease; - -ms-transition: -ms-transform 0.2s ease; - -o-transition: -o-transform 0.2s ease; transition: transform 0.2s ease; } @@ -94,28 +74,15 @@ border-radius: 0; border-top-right-radius: 5px; border-top-left-radius: 5px; - - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - - -webkit-box-shadow: 3px 0 3px 0px rgba(120, 120, 120, 0.75); - -moz-box-shadow: 3px 0 3px 0px rgba(120, 120, 120, 0.75); - box-shadow: 3px 0 3px 0px rgba(120, 120, 120, 0.75); + box-shadow: 3px 0 3px 0px rgba(120, 120, 120, 0.75); -webkit-transform-origin: center bottom; - -moz-transform-origin: center bottom; - -ms-transform-origin: center bottom; - -o-transform-origin: center bottom; transform-origin: center bottom; } .ez-view-selectioneditview.is-list-hidden .ez-selection-list { display: block; -webkit-transform: scaleY(0); - -moz-transform: scaleY(0); - -ms-transform: scaleY(0); - -o-transform: scaleY(0); transform: scaleY(0); } diff --git a/Resources/public/css/theme/views/fields/view/maplocation.css b/Resources/public/css/theme/views/fields/view/maplocation.css index 8349a5c64..a8da9b9f8 100644 --- a/Resources/public/css/theme/views/fields/view/maplocation.css +++ b/Resources/public/css/theme/views/fields/view/maplocation.css @@ -9,11 +9,7 @@ .ez-fieldview-ezgmaplocation .ez-maplocation-message { opacity: 0; - -webkit-transition: all 0.7s ease; - -moz-transition: all 0.7s ease; - -ms-transition: all 0.7s ease; - -o-transition: all 0.7s ease; - transition: all 0.7s ease; + transition: all 0.7s ease; } .ez-fieldview-ezgmaplocation.is-maplocationview-loading .ez-maplocation-message { diff --git a/Resources/public/css/theme/views/locationview.css b/Resources/public/css/theme/views/locationview.css index 85b7a51c1..455ef8980 100644 --- a/Resources/public/css/theme/views/locationview.css +++ b/Resources/public/css/theme/views/locationview.css @@ -10,12 +10,7 @@ .ez-view-locationviewview .ez-actionbar-container { background: #333; margin-top: -1px; /* to align the action bar with bottom border of navigation hub */ - - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; } .ez-view-locationviewview header { diff --git a/Resources/public/css/theme/views/loginform.css b/Resources/public/css/theme/views/loginform.css index 68ae2a1e1..55c891513 100644 --- a/Resources/public/css/theme/views/loginform.css +++ b/Resources/public/css/theme/views/loginform.css @@ -45,12 +45,7 @@ border-radius: 3px; background: #528036; padding: 0.4em; - - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } .ez-view-loginformview .ez-loginform-message:before { diff --git a/Resources/public/css/theme/views/navigationhub.css b/Resources/public/css/theme/views/navigationhub.css index 29ca1c0d4..48a591d67 100644 --- a/Resources/public/css/theme/views/navigationhub.css +++ b/Resources/public/css/theme/views/navigationhub.css @@ -15,12 +15,7 @@ .ez-view-navigationhubview .ez-zone { border-left: 1px solid transparent; border-right: 1px solid transparent; - - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - transition: all 0.2s ease; + transition: all 0.2s ease; } .ez-view-navigationhubview .is-zone-active { @@ -36,12 +31,7 @@ box-shadow: 0 1px 10px rgba(0, 0, 0, 0.30); background: #f5f5f5; - background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5F5F5), color-stop(1, #FFFFFF)); - background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #FFFFFF 100%); - background-image: -moz-linear-gradient(top, #F5F5F5 0%, #FFFFFF 100%); - background-image: -ms-linear-gradient(top, #F5F5F5 0%, #FFFFFF 100%); - background-image: -o-linear-gradient(top, #F5F5F5 0%, #FFFFFF 100%); - background-image: linear-gradient(to top, #F5F5F5 0%, #FFFFFF 100%); + background-image: linear-gradient(to top, #F5F5F5 0%, #FFFFFF 100%); font-size: 90%; } @@ -104,11 +94,7 @@ .ez-view-navigationhubview .ez-navigation .ez-logo { opacity: 0; visibility: visible; - -webkit-transition: all 0.4s ease; - -moz-transition: all 0.4s ease; - -ms-transition: all 0.4s ease; - -o-transition: all 0.4s ease; - transition: all 0.4s ease; + transition: all 0.4s ease; } .ez-view-navigationhubview.is-navigation-fixed .ez-navigation .ez-logo { @@ -140,27 +126,15 @@ border-right: 1px solid #ddd; -webkit-transform: scaleY(0); - -moz-transform: scaleY(0); - -ms-transform: scaleY(0); - -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; - -moz-transform-origin: 50% 0; - -ms-transform-origin: 50% 0; - -o-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition: -webkit-transform 0.1s ease; - -moz-transition: -moz-transform 0.1s ease; - -ms-transition: -ms-transform 0.1s ease; - -o-transition: -o-transform 0.1s ease; transition: transform 0.1s ease; } .ez-view-navigationhubview .is-sub-menu-open .ez-sub-menu { -webkit-transform: scaleY(1); - -moz-transform: scaleY(1); - -ms-transform: scaleY(1); - -o-transform: scaleY(1); transform: scaleY(1); } diff --git a/Resources/public/css/theme/views/previewaction.css b/Resources/public/css/theme/views/previewaction.css index 548b13518..350e841d2 100644 --- a/Resources/public/css/theme/views/previewaction.css +++ b/Resources/public/css/theme/views/previewaction.css @@ -5,16 +5,9 @@ .ez-view-previewactionview .preview-modes .preview-mode-button { border-radius: 4px; - -webkit-box-shadow: inset 1px 1px 2px 1px #000; - -moz-box-shadow: inset 1px 1px 2px 1px #000; - box-shadow: inset 1px 1px 2px 1px #000; + box-shadow: inset 1px 1px 2px 1px #000; background: #232327; - background: -webkit-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -moz-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -ms-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -o-linear-gradient(90deg, #232327 0%, #26252a 100%); - background: linear-gradient(90deg, #232327 0%, #26252a 100%); - background: -webkit-gradient(linear, top, bottom, color-stop(0%, #232327), color-stop(100%, #26252a)); + background: linear-gradient(90deg, #232327 0%, #26252a 100%); } .ez-view-previewactionview .preview-modes .preview-mode-button:before { @@ -25,9 +18,7 @@ .ez-view-previewactionview .preview-modes .preview-mode-button:hover { background: #486235; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + box-shadow: none; } .ez-view-previewactionview .preview-modes .preview-mode-button.is-selected { diff --git a/Resources/public/css/views/actions/create-content.css b/Resources/public/css/views/actions/create-content.css index 58efd19d7..19818f54b 100644 --- a/Resources/public/css/views/actions/create-content.css +++ b/Resources/public/css/views/actions/create-content.css @@ -26,17 +26,11 @@ padding: 0.3em 0; -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); transform: translateX(100%); } .ez-view-createcontentactionview.is-expanded .ez-expandable-area { -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); transform: translateX(-100%); } diff --git a/Resources/public/css/views/actions/tree.css b/Resources/public/css/views/actions/tree.css index d2efa34cb..bd20825c0 100644 --- a/Resources/public/css/views/actions/tree.css +++ b/Resources/public/css/views/actions/tree.css @@ -25,9 +25,6 @@ padding: 0.3em 0; -webkit-transform: translateX(-100%); - -moz-transform: translateX(-100%); - -ms-transform: translateX(-100%); - -o-transform: translateX(-100%); transform: translateX(-100%); box-shadow: 3px 3px 3px 0px #888; @@ -35,9 +32,6 @@ .ez-view-treeactionview.is-expanded .ez-expandable-area { -webkit-transform: translateX(100%); - -moz-transform: translateX(100%); - -ms-transform: translateX(100%); - -o-transform: translateX(100%); transform: translateX(100%); } diff --git a/Resources/public/css/views/editpreview.css b/Resources/public/css/views/editpreview.css index 60e1af8dc..86527e26d 100644 --- a/Resources/public/css/views/editpreview.css +++ b/Resources/public/css/views/editpreview.css @@ -7,28 +7,18 @@ position: absolute; -webkit-transform: translateX(0); - -moz-transform: translateX(0); - -ms-transform: translateX(0); - -o-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform 0.4s; - -moz-transition: -moz-transform 0.4s; - -ms-transition: -ms-transform 0.4s; - -o-transition: -o-transform 0.4s; transition: transform 0.4s; -webkit-transform-style: preserve-3d; /* increasing performance on mobile devices */ - -moz-transform-style: preserve-3d; transform-style: preserve-3d; height: 100%; } .ez-editpreviewview-container.is-editpreview-hidden { -webkit-transform: translateX(200%); - -moz-transform: translateX(200%); - -ms-transform: translateX(200%); - -o-transform: translateX(200%); transform: translateX(200%); } @@ -88,4 +78,4 @@ .ez-preview-content .preview-iframe { display: block; margin: 0; -} \ No newline at end of file +} diff --git a/Resources/public/css/views/error.css b/Resources/public/css/views/error.css index 122649db3..299d91f49 100644 --- a/Resources/public/css/views/error.css +++ b/Resources/public/css/views/error.css @@ -13,27 +13,17 @@ z-index: 1050; -webkit-transform: translateX(0); - -moz-transform: translateX(0); - -ms-transform: translateX(0); - -o-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform 0.4s; - -moz-transition: -moz-transform 0.4s; - -ms-transition: -ms-transform 0.4s; - -o-transition: -o-transform 0.4s; transition: transform 0.4s; -webkit-transform-style: preserve-3d; /* increasing performance on mobile devices */ - -moz-transform-style: preserve-3d; transform-style: preserve-3d; } .ez-errorview-container.is-hidden { -webkit-transform: translateX(200%); - -moz-transform: translateX(200%); - -ms-transform: translateX(200%); - -o-transform: translateX(200%); transform: translateX(200%); } @@ -64,4 +54,4 @@ .ez-error-dialog button:before { margin-right: 0.5em; -} \ No newline at end of file +} diff --git a/Resources/public/css/views/fieldedit.css b/Resources/public/css/views/fieldedit.css index 64867d476..d07333d04 100644 --- a/Resources/public/css/views/fieldedit.css +++ b/Resources/public/css/views/fieldedit.css @@ -37,10 +37,6 @@ text-align: center; height: 1.8em; line-height: 1.8em; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; box-sizing: border-box; } @@ -85,11 +81,7 @@ margin-left: 0.5em; width: 180px; z-index: 10; - -webkit-transition: opacity 0.1s; - -moz-transition: opacity 0.1s; - -ms-transition: opacity 0.1s; - -o-transition: opacity 0.1s; - transition: opacity 0.1s; + transition: opacity 0.1s; } .ez-editfield-infos .ez-fielddefinition-tooltip.is-displayed { @@ -98,11 +90,7 @@ .ez-editfield-infos .ez-fielddefinition-tooltip.is-visible { opacity: 1; - -webkit-transition: opacity 0.1s; - -moz-transition: opacity 0.1s; - -ms-transition: opacity 0.1s; - -o-transition: opacity 0.1s; - transition: opacity 0.1s; + transition: opacity 0.1s; } .ez-editfield-infos .ez-fielddefinition-tooltip-text { diff --git a/Resources/public/css/views/locationview.css b/Resources/public/css/views/locationview.css index 43d526ec8..ea2a5aecc 100644 --- a/Resources/public/css/views/locationview.css +++ b/Resources/public/css/views/locationview.css @@ -5,12 +5,7 @@ .ez-view-locationviewview > .pure-g { padding-right: 230px; - - -webkit-transition: all 0.30s ease-in-out; - -moz-transition: all 0.30s ease-in-out; - -ms-transition: all 0.30s ease-in-out; - -o-transition: all 0.30s ease-in-out; - transition: all 0.30s ease-in-out; + transition: all 0.30s ease-in-out; } .ez-view-locationviewview.is-actionbar-minimized > .pure-g { diff --git a/Resources/public/css/views/loginform.css b/Resources/public/css/views/loginform.css index 62c1477f6..a0116ad26 100644 --- a/Resources/public/css/views/loginform.css +++ b/Resources/public/css/views/loginform.css @@ -4,12 +4,7 @@ */ .ez-view-loginformview { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - -o-box-sizing: border-box; - box-sizing: border-box; - + box-sizing: border-box; } .ez-view-loginformview .ez-loginform-content {