From 89bc29ed45408beb41999731524c47c09e2b2704 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Apr 2016 21:08:03 +0200 Subject: [PATCH] Try to remove grey background when using jquery jmobile. --- htdocs/theme/eldy/style.css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 832d42aacd2..29e2acc1403 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3880,6 +3880,9 @@ li.ui-li-divider .ui-link { a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover { text-decoration: none !important; } +.ui-body-c { + background: #fff; +} .ui-btn-inner { min-width: .4em;