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:08:33 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-23 09:08:33 +0300
commitdf99d9874d0c57a91e8f50f33272d8acb9e68ada (patch)
treee2e2f7467e3792e5dcb03a5f4e3d6ba96c6f3408 /themes
parente4301af7ede07fe2dd21a2f4a0895ecbad48eb30 (diff)
Maked rows should not affect toggler
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php3
-rw-r--r--themes/pmahomme/css/common.css.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index f4994f64f2..d74b3ef7df 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -1988,6 +1988,9 @@ fieldset .disabled-field td {
.toggleButton .container {
position: absolute;
}
+.toggleButton .container td {
+ background-image: none;
+}
.toggleButton .toggleOn {
color: #fff;
padding: 0 1em;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 65c0f8d8df..6c3aff2c4d 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2529,6 +2529,9 @@ fieldset .disabled-field td {
.toggleButton .container {
position: absolute;
}
+.toggleButton .container td {
+ background-image: none;
+}
.toggleButton .toggleOn {
color: #fff;
padding: 0 1em;