From 3bcf21958a93c94dea4377b66078c689af58417c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Jan 2019 09:24:42 -0800 Subject: [PATCH] ui: Re-add background for home, apps and system pages in small sizes Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- static/themes/default/css/plinth.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index f5e7ee090..68372b8a8 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -67,6 +67,12 @@ body { body { background: none; } + + body.index-page, + body.apps-page, + body.system-page { + background: url('../img/noise.png') #f1f1f1; + } } .multiple-checkbox li {