mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 07:02:53 +08:00
change loader width only for firefox
This commit is contained in:
@ -49,6 +49,12 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
.asc-loadmask-image {
|
||||
width: 29px;
|
||||
}
|
||||
}
|
||||
|
||||
.asc-loadmask-title {
|
||||
font-size: 13px;
|
||||
margin: 0 8px 0 12px;
|
||||
|
||||
@ -69,6 +69,12 @@
|
||||
width: @loadmask-small-image-width;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
.asc-loadmask-image {
|
||||
width: @loadmask-image-width + 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.asc-loadmask-title {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user