Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/elementor/assets/css/admin-top-bar.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
#e-dashboard-widget-admin-top-bar {
2
+
position: absolute;
3
+
opacity: 0;
4
+
pointer-events: none;
5
+
}
6
+
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);
11
+
display: none;
12
+
position: absolute;
13
+
inset-block-start: 0;
14
+
inset-inline-end: 0;
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.e-admin-top-bar--active:not(.e-admin-top-bar--editor-one) ~ #wpbody #wpbody-content {
79
+
margin-block-start: 50px;
80
+
}
81
+
#e-admin-top-bar-root.e-admin-top-bar--active:not(.e-admin-top-bar--editor-one) ~ #wpbody .wrap {
82
+
clear: both;
83
+
padding-block-start: 10px;
84
+
}
85
+
#e-admin-top-bar-root.e-admin-top-bar--active:not(.e-admin-top-bar--editor-one) ~ #wpbody .wrap h1 {
86
+
display: none;
87
+
}
88
+
#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 {
89
+
display: inline-block;
90
+
}
91
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button {
92
+
align-items: center;
93
+
cursor: pointer;
94
+
display: inline-flex;
95
+
justify-content: center;
96
+
margin: 0 10px;
97
+
text-decoration: none;
98
+
color: var(--e-a-color-txt);
99
+
}
100
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent {
101
+
color: var(--e-a-color-accent);
102
+
}
103
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-title,
104
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button.accent:hover .e-admin-top-bar__bar-button-icon {
105
+
color: var(--e-a-color-accent);
106
+
}
107
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button .crown-icon {
108
+
font-size: 14px;
109
+
}
110
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-icon {
111
+
margin: 0 4px;
112
+
}
113
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-title,
114
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button:hover .e-admin-top-bar__bar-button-icon {
115
+
color: var(--e-a-color-txt-hover);
116
+
}
117
+
#e-admin-top-bar-root .e-admin-top-bar__bar-button-title {
118
+
font-size: 13px;
119
+
font-weight: 500;
120
+
margin: 0 4px;
121
+
line-height: normal;
122
+
}
123
+
#e-admin-top-bar-root:not(.e-admin-top-bar--editor-one) ~ #wpbody .wrap h1, #e-admin-top-bar-root:not(.e-admin-top-bar--editor-one) ~ #wpbody .wrap .page-title-action {
124
+
display: none;
125
+
}
126
+
127
+
@media screen and (max-width: 960px) {
128
+
#e-admin-top-bar-root {
129
+
width: calc(100% - 36px);
130
+
}
131
+
}
132
+
@media screen and (max-width: 782px) {
133
+
#e-admin-top-bar-root {
134
+
width: 100%;
135
+
}
136
+
}
137
+
@media screen and (max-width: 600px) {
138
+
#e-admin-top-bar-root {
139
+
top: 46px;
140
+
}
141
+
}
142
+
@media (max-width: 768px) {
143
+
#e-admin-top-bar-root .e-admin-top-bar__main-area-buttons {
144
+
position: absolute;
145
+
top: calc(100% + 10px);
146
+
}
147
+
#e-admin-top-bar-root {
148
+
display: inline-flex;
149
+
align-items: center;
150
+
justify-content: center;
151
+
}
152
+
#e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
153
+
display: none;
154
+
}
155
+
#e-admin-top-bar-root .e-admin-top-bar__secondary-area > .e-admin-top-bar__bar-button .e-admin-top-bar__bar-button-title {
156
+
display: none;
157
+
}
158
+
}
159
+
@media (min-width: 768px) {
160
+
#e-admin-top-bar-root .e-admin-top-bar__secondary-area .e-admin-top-bar__secondary-area-buttons {
161
+
display: flex;
162
+
}
163
+
}
164
+
/*# sourceMappingURL=admin-top-bar.css.map */