Added moved background from .main to .content to have no visual contrast flashes between empty and loaded content.

This commit is contained in:
Martin Edenhofer 2014-09-13 20:27:04 +02:00
parent 5a11480447
commit 6122b1db74

View file

@ -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;
} }