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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-12-05 20:53:14 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-12-05 20:53:14 +0300
commit4a8bd1cf5cb71fb090febc6ea52cfb9b7910d7f3 (patch)
tree3eccee650567f532fa5db71bb5be112529b9ad82 /themes
parent261c39c815c58fa14dd3009a18ae5f539b468358 (diff)
Fix toggle button not showing background image
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php5
-rw-r--r--themes/pmahomme/css/common.css.php5
2 files changed, 6 insertions, 4 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 0fd1dc5ac5..132e075b74 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2012,9 +2012,10 @@ fieldset .disabled-field td {
.toggleButton .container {
position: absolute;
}
-.toggleButton .container td {
+.toggleButton .container td,
+.toggleButton .container tr {
background-image: none;
- background: none;
+ background: none !important;
}
.toggleButton .toggleOn {
color: #fff;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 68cc29761d..a4ea32b059 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2529,9 +2529,10 @@ fieldset .disabled-field td {
.toggleButton .container {
position: absolute;
}
-.toggleButton .container td {
+.toggleButton .container td,
+.toggleButton .container tr {
background-image: none;
- background: none;
+ background: none !important;
}
.toggleButton .toggleOn {
color: #fff;