PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
4.3.0-beta3 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 All 452 releases
← All changes | assets/css/admin-top-bar.css +20 -6 4.1.0-dev23.27.4 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.27.0 - 13-02-2025 */
1 2 #e-dashboard-widget-admin-top-bar {
2 3 position: absolute;
3 4 opacity: 0;
4 5 pointer-events: none;
@@ -4,15 +5,15 @@
4 5 pointer-events: none;
5 6 }
6 7
7 8 #e-admin-top-bar-root {
9 + right: 0;
8 10 font-family: var(--e-a-font-family);
9 11 background: var(--e-a-bg-default);
10 12 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
11 13 display: none;
12 14 position: absolute;
13 - inset-block-start: 0;
14 - inset-inline-end: 0;
15 + top: 0;
15 16 width: calc(100% - 160px);
16 17 z-index: 1;
17 18 }
18 19 body.folded #e-admin-top-bar-root {
@@ -74,8 +75,18 @@
74 75 }
75 76 #e-admin-top-bar-root.e-admin-top-bar--active {
76 77 display: block;
77 78 }
79 +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content {
80 + margin-block-start: 50px;
81 +}
82 +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap {
83 + clear: both;
84 + padding-block-start: 10px;
85 +}
86 +#e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 {
87 + display: none;
88 +}
78 89 #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap h1, #e-admin-top-bar-root:not(.e-admin-top-bar--active) ~ #wpbody .wrap .page-title-action {
79 90 display: inline-block;
80 91 }
81 92 #e-admin-top-bar-root .e-admin-top-bar__bar-button {
@@ -109,8 +120,11 @@
109 120 font-weight: 500;
110 121 margin: 0 4px;
111 122 line-height: normal;
112 123 }
124 +#e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action {
125 + display: none;
126 +}
113 127
114 128 @media screen and (max-width: 960px) {
115 129 #e-admin-top-bar-root {
116 130 width: calc(100% - 36px);
@@ -126,16 +140,16 @@
126 140 top: 46px;
127 141 }
128 142 }
129 143 @media (max-width: 768px) {
130 - #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
131 - position: absolute;
132 - top: calc(100% + 10px);
133 - }
134 144 #e-admin-top-bar-root {
135 145 display: inline-flex;
136 146 align-items: center;
137 147 justify-content: center;
148 + }
149 + #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
150 + position: absolute;
151 + top: calc(100% + 10px);
138 152 }
139 153 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
140 154 display: none;
141 155 }