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-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 +154 -130 4.0.73.6.6 View file →
@@ -1,151 +1,175 @@
1 +/*! elementor - v3.6.6 - 08-06-2022 */
1 2 #e-dashboard-widget-admin-top-bar {
2 3 position: absolute;
3 4 opacity: 0;
4 - pointer-events: none;
5 -}
5 + pointer-events: none; }
6 6
7 7 #e-admin-top-bar-root {
8 - font-family: var(--e-a-font-family);
9 - background: var(--e-a-bg-default);
10 - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
8 + right: 0;
9 + background: #ffffff;
10 + -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.0394871);
11 + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.0394871);
11 12 display: none;
12 13 position: absolute;
13 - inset-block-start: 0;
14 - inset-inline-end: 0;
14 + top: 0;
15 15 width: calc(100% - 160px);
16 - z-index: 1;
17 -}
18 -body.folded #e-admin-top-bar-root {
19 - width: calc(100% - 36px);
20 -}
21 -#e-admin-top-bar-root .e-admin-top-bar {
22 - display: flex;
23 - height: 50px;
24 - justify-content: space-between;
25 - padding: 0 16px;
26 -}
27 -#e-admin-top-bar-root .page-title-action {
28 - font-size: 12px;
29 - font-weight: 500;
30 - line-height: 1.2;
31 - text-transform: uppercase;
32 - text-decoration: none;
33 - padding: 8px 16px;
34 - outline: none;
35 - border: none;
36 - border-radius: var(--e-a-border-radius);
37 - background-color: var(--e-a-btn-bg);
38 - color: var(--e-a-btn-color-invert);
39 - transition: var(--e-a-transition-hover);
40 -}
41 -#e-admin-top-bar-root .page-title-action:hover {
42 - background-color: var(--e-a-btn-bg-hover);
43 - color: var(--e-a-btn-color-invert);
44 -}
45 -#e-admin-top-bar-root .e-admin-top-bar__heading {
46 - display: inline-flex;
47 - align-items: center;
48 - justify-content: center;
49 - margin-inline-end: 40px;
50 -}
51 -#e-admin-top-bar-root .e-admin-top-bar__main-area {
52 - display: inline-flex;
53 - align-items: center;
54 - justify-content: center;
55 -}
56 -#e-admin-top-bar-root .e-admin-top-bar__main-area button {
57 - margin: 0 4px;
58 -}
59 -#e-admin-top-bar-root .e-admin-top-bar__secondary-area {
60 - display: inline-flex;
61 - align-items: center;
62 - justify-content: center;
63 -}
64 -#e-admin-top-bar-root .e-admin-top-bar__heading-title {
65 - color: var(--e-a-color-txt);
66 - font-size: 15px;
67 - font-weight: 700;
68 - padding: 0 8px;
69 - line-height: normal;
70 -}
71 -#e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
72 - display: inline-flex;
73 - gap: 5px;
74 -}
75 -#e-admin-top-bar-root.e-admin-top-bar--active {
76 - display: block;
77 -}
78 -#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 - display: inline-block;
80 -}
81 -#e-admin-top-bar-root .e-admin-top-bar__bar-button {
82 - align-items: center;
83 - cursor: pointer;
84 - display: inline-flex;
85 - justify-content: center;
86 - margin: 0 10px;
87 - text-decoration: none;
88 - color: var(--e-a-color-txt);
89 -}
90 -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent {
91 - color: var(--e-a-color-accent);
92 -}
93 -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-title,
94 -#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-icon {
95 - color: var(--e-a-color-accent);
96 -}
97 -#e-admin-top-bar-root .e-admin-top-bar__bar-button .crown-icon {
98 - font-size: 14px;
99 -}
100 -#e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
101 - margin: 0 4px;
102 -}
103 -#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
104 -#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
105 - color: var(--e-a-color-txt-hover);
106 -}
107 -#e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
108 - font-size: 13px;
109 - font-weight: 500;
110 - margin: 0 4px;
111 - line-height: normal;
112 -}
16 + z-index: 1; }
17 + #e-admin-top-bar-root .e-admin-top-bar {
18 + display: -webkit-box;
19 + display: -ms-flexbox;
20 + display: flex;
21 + height: 50px;
22 + -webkit-box-pack: justify;
23 + -ms-flex-pack: justify;
24 + justify-content: space-between;
25 + padding: 0 16px; }
26 + #e-admin-top-bar-root .page-title-action {
27 + background: #f7f7f7;
28 + border: 1px solid #0275d8;
29 + border-radius: 3px;
30 + -webkit-box-sizing: border-box;
31 + box-sizing: border-box;
32 + color: #0275d8;
33 + cursor: pointer;
34 + display: inline-block;
35 + line-height: 30px;
36 + margin: 0 4px;
37 + min-height: 30px;
38 + padding: 0 10px;
39 + text-decoration: none; }
40 + #e-admin-top-bar-root .page-title-action:hover {
41 + background: #eceeef;
42 + border-color: #1b607f;
43 + color: #1b607f; }
44 + #e-admin-top-bar-root .e-admin-top-bar__heading {
45 + display: -webkit-inline-box;
46 + display: -ms-inline-flexbox;
47 + display: inline-flex;
48 + -webkit-box-align: center;
49 + -ms-flex-align: center;
50 + align-items: center;
51 + -webkit-box-pack: center;
52 + -ms-flex-pack: center;
53 + justify-content: center;
54 + -webkit-margin-end: 40px;
55 + margin-inline-end: 40px; }
56 + #e-admin-top-bar-root .e-admin-top-bar__main-area {
57 + display: -webkit-inline-box;
58 + display: -ms-inline-flexbox;
59 + display: inline-flex;
60 + -webkit-box-align: center;
61 + -ms-flex-align: center;
62 + align-items: center;
63 + -webkit-box-pack: center;
64 + -ms-flex-pack: center;
65 + justify-content: center; }
66 + #e-admin-top-bar-root .e-admin-top-bar__main-area button {
67 + margin: 0 4px; }
68 + #e-admin-top-bar-root .e-admin-top-bar__secondary-area {
69 + display: -webkit-inline-box;
70 + display: -ms-inline-flexbox;
71 + display: inline-flex;
72 + -webkit-box-align: center;
73 + -ms-flex-align: center;
74 + align-items: center;
75 + -webkit-box-pack: center;
76 + -ms-flex-pack: center;
77 + justify-content: center; }
78 + #e-admin-top-bar-root .e-admin-top-bar__heading-logo {
79 + width: 30px; }
80 + #e-admin-top-bar-root .e-admin-top-bar__heading-logo {
81 + background: #93003c;
82 + border-radius: 15px;
83 + color: #ffffff;
84 + display: inline-block;
85 + font-size: 0.875rem;
86 + height: 1.875rem;
87 + line-height: 1.875rem;
88 + text-align: center;
89 + width: 1.875rem; }
90 + #e-admin-top-bar-root .e-admin-top-bar__heading-title {
91 + color: #495157;
92 + font-size: 15px;
93 + font-weight: 700;
94 + font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
95 + padding: 0 8px;
96 + line-height: normal;
97 + text-transform: uppercase; }
98 + #e-admin-top-bar-root.e-admin-top-bar--active {
99 + display: block; }
100 + #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody #wpbody-content {
101 + margin-top: 50px; }
102 + #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap {
103 + clear: both;
104 + padding-top: 10px; }
105 + #e-admin-top-bar-root.e-admin-top-bar--active ~ #wpbody .wrap h1 {
106 + display: none; }
107 + #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 {
108 + display: inline-block; }
109 + #e-admin-top-bar-root .e-admin-top-bar__bar-button {
110 + -webkit-box-align: center;
111 + -ms-flex-align: center;
112 + align-items: center;
113 + cursor: pointer;
114 + display: -webkit-inline-box;
115 + display: -ms-inline-flexbox;
116 + display: inline-flex;
117 + -webkit-box-pack: center;
118 + -ms-flex-pack: center;
119 + justify-content: center;
120 + margin: 0 10px;
121 + text-decoration: none;
122 + color: #6d7882; }
123 + #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
124 + color: #6d7882; }
125 + #e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
126 + margin: 0 4px; }
127 + #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
128 + #e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
129 + color: #93003c; }
130 + #e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
131 + font-size: 13px;
132 + font-weight: 500;
133 + font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
134 + margin: 0 4px;
135 + line-height: normal; }
136 + #e-admin-top-bar-root ~ #wpbody .wrap h1, #e-admin-top-bar-root ~ #wpbody .wrap .page-title-action {
137 + display: none; }
113 138
114 139 @media screen and (max-width: 960px) {
115 140 #e-admin-top-bar-root {
116 - width: calc(100% - 36px);
117 - }
118 -}
141 + width: calc(100% - 36px); } }
142 +
119 143 @media screen and (max-width: 782px) {
120 144 #e-admin-top-bar-root {
121 - width: 100%;
122 - }
123 -}
145 + width: 100%; } }
146 +
124 147 @media screen and (max-width: 600px) {
125 148 #e-admin-top-bar-root {
126 - top: 46px;
127 - }
128 -}
149 + top: 46px; } }
150 +
129 151 @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 152 #e-admin-top-bar-root {
153 + display: -webkit-inline-box;
154 + display: -ms-inline-flexbox;
135 155 display: inline-flex;
136 - align-items: center;
137 - justify-content: center;
138 - }
139 - #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
140 - display: none;
141 - }
142 - #e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
143 - display: none;
144 - }
145 -}
156 + -webkit-box-align: center;
157 + -ms-flex-align: center;
158 + align-items: center;
159 + -webkit-box-pack: center;
160 + -ms-flex-pack: center;
161 + justify-content: center; }
162 + #e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
163 + position: absolute;
164 + top: calc(100% + 10px); }
165 + #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
166 + display: none; }
167 + #e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
168 + display: none; } }
169 +
146 170 @media (min-width: 768px) {
147 171 #e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
148 - display: flex;
149 - }
150 -}
172 + display: -webkit-box;
173 + display: -ms-flexbox;
174 + display: flex; } }
151 175 /*# sourceMappingURL=admin-top-bar.css.map */