Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-02-23 09:46:03 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-23 09:46:03 +0300
commitfce5238f037098692d5a2abe600f4ed32ae5a9da (patch)
tree10485a4f90764ab7869bf63726a33a63a7cb7704 /themes
parent6642772f437e70b970a50dc1f554714285400a49 (diff)
Override background as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
-rw-r--r--themes/pmahomme/css/common.css.php1
2 files changed, 2 insertions, 0 deletions
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;