File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed
app/design/adminhtml/Magento/backend/web/css/source/forms Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
.abs-field-no-label {
62
- /* *
63
- * @codingStandardsIgnoreStart
64
- */
65
62
#mix-grid .return_length (@field-label-grid__column , @field-grid__columns , ' +' );
66
- // @codingStandardsIgnoreEnd
67
63
margin-left : @_length ;
68
64
}
69
65
170
166
.admin__control-text ,
171
167
.admin__control-textarea {
172
168
width : 100% ;
173
- & .disabled {
174
- background-color : #e9e9e9 ;
175
- border-color : #adadad ;
176
- color : #303030 ;
177
- cursor : not-allowed ;
178
- opacity : .5 ;
179
- }
180
169
}
181
170
}
182
171
194
183
195
184
.admin__field-label {
196
185
color : @field-label__color ;
186
+ cursor : pointer ;
197
187
margin : 0 ;
198
188
text-align : right ;
199
189
200
- label {
201
- cursor : pointer ;
202
- }
203
-
204
190
+ br {
205
191
display : none ;
206
192
}
224
210
span {
225
211
display : inline-block ;
226
212
line-height : @field-label__line-height ;
227
- vertical-align : top ;
213
+ vertical-align : middle ;
228
214
white-space : normal ;
229
215
230
216
& [data- config- scope] {
251
237
margin-top : .2rem ;
252
238
position : absolute ;
253
239
z-index : 1 ;
240
+
254
241
}
255
242
}
256
243
}
296
283
opacity : 1 ;
297
284
}
298
285
}
286
+
287
+ legend .admin__field-label {
288
+ span {
289
+ & :after {
290
+ display : none ;
291
+ }
292
+ }
293
+ }
299
294
300
295
// ToDo UI: Scope Labels must be moved from right side of each control to the place under the label of the control.
301
296
// This code must be removed after Scope Labels are moved completely.
You can’t perform that action at this time.
0 commit comments