Added moved background from .main to .content to have no visual contrast flashes between empty and loaded content.
This commit is contained in:
parent
5a11480447
commit
6122b1db74
1 changed files with 1 additions and 1 deletions
|
@ -675,6 +675,7 @@ label {
|
||||||
.content {
|
.content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background-color: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content.fit {
|
.content.fit {
|
||||||
|
@ -2237,7 +2238,6 @@ footer {
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
background: #f8f9fa;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue