PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.0
Elementor Website Builder – more than just a page builder v4.2.0
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
elementor / assets / css / admin-bar.css

admin-bar.css in Elementor Website Builder – more than just a page builder 4.2.0, at assets/css/admin-bar.css

34 lines 768 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wp-admin-bar-elementor_edit_page > .ab-item::before {
2 content: "\e813";
3 font-family: eicons;
4 inset-block-start: 3px;
5 font-size: 18px;
6 }
7 #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
8 display: flex;
9 width: 200px;
10 }
11 #wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
12 white-space: nowrap;
13 text-overflow: ellipsis;
14 overflow: hidden;
15 width: 100%;
16 }
17 #wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
18 background: #3f444b;
19 font-size: 11px;
20 line-height: 9px;
21 margin-block-start: 6px;
22 padding: 4px 8px;
23 border-radius: 3px;
24 }
25
26 #wp-admin-bar-elementor_inspector > .ab-item::before {
27 content: "\f348";
28 inset-block-start: 2px;
29 }
30
31 #wpadminbar * {
32 font-style: normal;
33 }
34 /*# sourceMappingURL=admin-bar.css.map */