File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed
app/design/adminhtml/Magento/backend
Magento_Downloadable/web/css/source
lib/web/css/source/lib/variables Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 23
23
.col-action {
24
24
width : 1px ;
25
25
}
26
- td .col-limit {
27
- white-space : nowrap ;
26
+ td {
27
+ & .col-limit {
28
+ white-space : nowrap ;
29
+ }
28
30
}
29
31
.admin__control-table {
30
32
.admin__control-text {
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ nav ol {
395
395
.admin__control-table th {
396
396
background : #efefef ;
397
397
border : 0 ;
398
- border-bottom : 1px solid #fff ;
398
+ border-bottom : 1px solid #ffffff ;
399
399
padding : 1.3rem 2.5rem 1.3rem 0 ;
400
400
text-align : left ;
401
401
}
@@ -3283,6 +3283,10 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
3283
3283
font-size : 1.7rem ;
3284
3284
transition : color 0.1s linear ;
3285
3285
}
3286
+ .admin__menu .submenu-close :hover {
3287
+ cursor : pointer ;
3288
+ text-decoration : none ;
3289
+ }
3286
3290
.admin__menu .submenu-close :hover :before {
3287
3291
color : #ffffff ;
3288
3292
}
Original file line number Diff line number Diff line change 26
26
}
27
27
td ,
28
28
th {
29
- background : #efefef ;
29
+ background : @color-white-dark-smoke ;
30
30
border : 0 ;
31
- border-bottom : 1px solid #fff ;
31
+ border-bottom : 1px solid @color-white ;
32
32
padding : 1.3rem 2.5rem 1.3rem 0 ;
33
33
text-align : left ;
34
34
& :first-child {
38
38
th {
39
39
border : 0 ;
40
40
vertical-align : bottom ;
41
- color : #303030 ;
41
+ color : @color-very-dark-gray-black ;
42
42
font-size : @font-size__base ;
43
43
font-weight : @font-weight__semibold ;
44
44
padding-bottom : 0 ;
45
45
& ._required {
46
- span :after {
47
- color : @field-label__required__color ;
48
- content : ' *' ;
46
+ span {
47
+ & :after {
48
+ color : @field-label__required__color ;
49
+ content : ' *' ;
50
+ }
49
51
}
50
52
}
51
53
}
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ var watchOptions = {
25
25
"files" : "<%= path.less.setup %>/**/*.less" ,
26
26
"tasks" : "less:setup"
27
27
} ,
28
+ "reload" : {
29
+ "files" : "<%= path.pub %>/**/*.css" ,
30
+ "options" : {
31
+ livereload : true
32
+ }
33
+ } ,
28
34
"backendMigration" : {
29
35
"files" : [
30
36
"<%= combo.autopath(\"backend\",\"pub\") %>/css/styles.css"
Original file line number Diff line number Diff line change 33
33
@color-gray94 : #f0f0f0 ;
34
34
@color-gray95 : #f2f2f2 ;
35
35
@color-white-smoke : #f5f5f5 ;
36
+ @color-white-dark-smoke : #efefef ;
36
37
@color-white-fog : #f8f8f8 ;
37
38
38
39
@color-gray-light0 : #f6f6f6 ;
You can’t perform that action at this time.
0 commit comments