From fce5238f037098692d5a2abe600f4ed32ae5a9da Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 23 Feb 2015 12:16:03 +0530 Subject: [PATCH] Override background as well Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index d74b3ef7df..dd8a2d5312 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -1990,6 +1990,7 @@ fieldset .disabled-field td { } .toggleButton .container td { background-image: none; + background: none; } .toggleButton .toggleOn { color: #fff; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 6c3aff2c4d..61c3bb77dc 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2531,6 +2531,7 @@ fieldset .disabled-field td { } .toggleButton .container td { background-image: none; + background: none; } .toggleButton .toggleOn { color: #fff;