File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
app/design/adminhtml/Magento/backend/web/css/source Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
.data-slider {
32
32
& :extend(.abs-clearfix all );
33
+ background : none ;
33
34
font-size : @data-slider-track__font-size ;
34
35
min-height : @data-slider-handle__height ;
35
36
padding-top : 1.2rem ;
36
37
position : relative ;
37
38
width : @data-slider-track__width ;
38
- background : none ;
39
39
40
40
& :before {
41
41
background : @data-slider-track__background-color ;
69
69
cursor : pointer ;
70
70
display : block ;
71
71
height : @data-slider-handle__height ;
72
+ margin-left : - @data-slider-handle__width / 2 !important ;
72
73
position : absolute ;
73
74
top : - @data-slider-handle__height / 2 ;
74
75
width : @data-slider-handle__width ;
75
76
z-index : @data-slider-track__z-index + 1 !important ;
76
- margin-left : - @data-slider-handle__width / 2 !important ;
77
-
78
77
79
78
& :before {
80
79
.lib-background-gradient (
Original file line number Diff line number Diff line change 27
27
@data-grid-td__odd__edit__background-color : darken (@data-grid-td__odd__background-color , 10% );
28
28
@data-grid-td__update__active__background-color : #bceeff ;
29
29
@data-grid-td__update__upcoming__background-color : #ccf391 ;
30
- @data-grid-td__odd__update__active__background-color : darken (@data-grid-td__update__active__background-color , 10% );
30
+ @data-grid-td__odd__update__active__background-color : darken (@data-grid-td__update__active__background-color , 10% );
31
31
@data-grid-td__odd__update__upcoming__background-color : darken (@data-grid-td__update__upcoming__background-color , 10% );
32
32
33
33
@data-grid-th__border-color : @color-darkie-gray ;
You can’t perform that action at this time.
0 commit comments