From 88de2831b9e73959be792e81081f4cdf9198a702 Mon Sep 17 00:00:00 2001 From: Michael Arestad Date: Thu, 28 Apr 2016 03:15:08 +0000 Subject: [PATCH] Component: Administration Setting the background color on `body` is more flexible than on the `html` element. This patch assigns the background color to `body` instead of the `html` element. Fixes #35314 git-svn-id: https://develop.svn.wordpress.org/trunk@37321 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 5 +---- src/wp-admin/css/login.css | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index e59cabecd7..8ac0c385ef 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -212,11 +212,8 @@ body { padding: 0; } -html { - background: #f1f1f1; -} - body { + background: #f1f1f1; color: #444; font-family: "Open Sans", sans-serif; font-size: 13px; diff --git a/src/wp-admin/css/login.css b/src/wp-admin/css/login.css index 4cb2f85ab7..dc77b571fa 100644 --- a/src/wp-admin/css/login.css +++ b/src/wp-admin/css/login.css @@ -8,10 +8,6 @@ body { padding: 0; } -html { - background: #f1f1f1; -} - body { background: #f1f1f1; min-width: 0;