File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
app/design/adminhtml/Magento/backend
Magento_Downloadable/web/css/source Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 46
46
margin : .5rem 0 ;
47
47
}
48
48
.fileinput-button {
49
- float : none ;
50
49
color : @link__color ;
51
- text-decoration : none ;
52
- margin : .5rem 0 ;
53
50
cursor : pointer ;
51
+ display : inline-block ;
52
+ float : none ;
53
+ margin : .5rem 0 ;
54
+ text-decoration : none ;
54
55
& :hover {
55
56
color : @link__hover__color ;
56
57
text-decoration : underline ;
Original file line number Diff line number Diff line change @@ -4353,11 +4353,12 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
4353
4353
}
4354
4354
.downloadable-form .files .fileinput-button ,
4355
4355
.downloadable-form .files-wide .fileinput-button {
4356
- float : none ;
4357
4356
color : #007bdb ;
4358
- text-decoration : none ;
4359
- margin : .5rem 0 ;
4360
4357
cursor : pointer ;
4358
+ display : inline-block ;
4359
+ float : none ;
4360
+ margin : .5rem 0 ;
4361
+ text-decoration : none ;
4361
4362
}
4362
4363
.downloadable-form .files .fileinput-button :hover ,
4363
4364
.downloadable-form .files-wide .fileinput-button :hover {
You can’t perform that action at this time.
0 commit comments