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 <mauricio@fauth.dev>2019-04-16 04:39:12 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-04-16 04:39:12 +0300
commitd4bc58add6144a00fa746ce3fe977177440f77be (patch)
treea77276be99fc4ece711b364ae03a0436d9258063 /themes
parent08b4d80758ef763e600f3eeba750575851ab17d3 (diff)
Fix columns comments in the floating table header
Fix #13713 Close #15144 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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 7128994449..bd03088d70 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2188,6 +2188,7 @@ fieldset .disabled-field td {
}
.pma_table th.draggable span,
+.sticky_columns th.draggable span,
.pma_table tbody td span {
display: block;
overflow: hidden;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 0f1e100217..ce9a8fa344 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2713,6 +2713,7 @@ fieldset .disabled-field td {
}
.pma_table th.draggable span,
+.sticky_columns th.draggable span,
.pma_table tbody td span {
display: block;
overflow: hidden;