PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.6
Elementor Website Builder – more than just a page builder v3.6.6
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/editor.css +30 -21 3.6.53.6.6 View file →
@@ -1,5 +1,5 @@
1 -/*! elementor - v3.6.5 - 27-04-2022 */
1 +/*! elementor - v3.6.6 - 08-06-2022 */
2 2 @charset "UTF-8";
3 3 .elementor-control-unit-1 {
4 4 width: 27px; }
5 5
@@ -5270,9 +5270,9 @@
5270 5270
5271 5271 .elementor-navigator__element-section, .elementor-navigator__element-container {
5272 5272 background-color: #ffffff; }
5273 5273
5274 -#elementor-notice-bar {
5274 +#e-notice-bar {
5275 5275 position: absolute;
5276 5276 width: 100%;
5277 5277 bottom: 0;
5278 5278 display: -webkit-box;
@@ -5282,37 +5282,46 @@
5282 5282 -ms-flex-align: center;
5283 5283 align-items: center;
5284 5284 height: 40px;
5285 5285 color: #fff;
5286 - background-color: #6d7882;
5287 - padding: 0 50px; }
5288 - #elementor-notice-bar__message {
5289 - padding-left: 15px;
5286 + background-color: #93003c;
5287 + padding: 0 25px; }
5288 + #e-notice-bar__message {
5289 + padding-left: 15px; }
5290 + #e-notice-bar__message a {
5291 + text-decoration: underline;
5292 + color: #fff; }
5293 + #e-notice-bar__message a:hover {
5294 + color: #d5dadf; }
5295 + #e-notice-bar__action {
5296 + padding-left: 25px;
5290 5297 -webkit-box-flex: 1;
5291 5298 -ms-flex-positive: 1;
5292 - flex-grow: 1; }
5293 - #elementor-notice-bar__message a {
5294 - text-decoration: underline; }
5295 - #elementor-notice-bar__action {
5299 + flex-grow: 1;
5296 5300 text-transform: uppercase; }
5297 - #elementor-notice-bar__close {
5298 - margin: 0 20px;
5301 + #e-notice-bar__action a {
5302 + background: white;
5303 + border-radius: 3px;
5304 + color: #93003c;
5305 + padding: 4px 10px;
5306 + font-size: 11px; }
5307 + #e-notice-bar__action a:hover {
5308 + color: #47001d;
5309 + background: #f1f3f5; }
5310 + #e-notice-bar__close {
5299 5311 cursor: pointer; }
5300 - #elementor-notice-bar i {
5312 + #e-notice-bar i {
5301 5313 font-size: 16px;
5302 5314 opacity: .9; }
5303 - #elementor-notice-bar a {
5304 - color: #fff; }
5305 - #elementor-notice-bar a,
5306 - #elementor-notice-bar i {
5315 + #e-notice-bar i:hover {
5316 + color: #d5dadf; }
5317 + #e-notice-bar a,
5318 + #e-notice-bar i {
5307 5319 -webkit-transition: all 0.3s;
5308 5320 -o-transition: all 0.3s;
5309 5321 transition: all 0.3s; }
5310 - #elementor-notice-bar a:hover,
5311 - #elementor-notice-bar i:hover {
5312 - color: #D4D4D4; }
5313 5322
5314 -body:not(.elementor-device-desktop) #elementor-notice-bar {
5323 +body:not(.elementor-device-desktop) #e-notice-bar {
5315 5324 display: none; }
5316 5325
5317 5326 #elementor-fatal-error-dialog.elementor-preview-loading-error .dialog-header {
5318 5327 color: #495157; }