From 6122b1db7421c0e5b298a802b0f4e984b4d1f667 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 13 Sep 2014 20:27:04 +0200 Subject: [PATCH] Added moved background from .main to .content to have no visual contrast flashes between empty and loaded content. --- app/assets/stylesheets/zzz.css.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index fed5ee248..f73435479 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -675,6 +675,7 @@ label { .content { overflow: auto; position: relative; + background-color: #f8f9fa; } .content.fit { @@ -2237,7 +2238,6 @@ footer { .main { padding: 10px 20px; - background: #f8f9fa; overflow: auto; position: relative; }