mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:10:56 +08:00
Merge pull request 'Fix loader for ie11' (#477) from fix/bugfix into release/v9.0.0
This commit is contained in:
@ -159,7 +159,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -170,6 +169,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -105,7 +105,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -116,6 +115,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -132,7 +132,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -143,6 +142,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -98,7 +98,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -109,6 +108,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -128,7 +128,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -139,6 +138,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -100,7 +100,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -111,6 +110,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -130,7 +130,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask ul {
|
||||
@ -140,6 +139,10 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@ -105,7 +105,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask ul {
|
||||
@ -115,6 +114,10 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@ -145,7 +145,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -156,6 +155,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
@ -115,7 +115,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
row-gap: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul {
|
||||
@ -126,6 +125,10 @@
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar ul:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #d8dadc;
|
||||
background: var(--sk-background-toolbar-button, #d8dadc);
|
||||
|
||||
Reference in New Issue
Block a user