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>2022-10-08 04:39:58 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-10-08 04:39:58 +0300
commit24a9b9146bd968f2e5691224f5c5ce9f5fe05c36 (patch)
tree59770ff058733e2cb35b5b765dc50c55fd55b8fa /themes
parent81ba2c86b04218d9007c934397f41dab45cb2fb1 (diff)
parentbbf02a1e29891e9e4b0bd22e96965b94caa174ad (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/scss/_common.scss5
-rw-r--r--themes/metro/scss/_common.scss5
-rw-r--r--themes/original/scss/_common.scss5
-rw-r--r--themes/pmahomme/scss/_common.scss5
4 files changed, 20 insertions, 0 deletions
diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss
index f7281f1578..95cec1c512 100644
--- a/themes/bootstrap/scss/_common.scss
+++ b/themes/bootstrap/scss/_common.scss
@@ -265,6 +265,10 @@ td .icon {
padding: 0 0.5em;
}
+#pma_demo {
+ z-index: -1;
+}
+
.confirmation {
color: $black;
background-color: pink;
@@ -1601,6 +1605,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
+ white-space: nowrap;
&:hover {
background: #ddd;
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 49bc7cb13e..2dc81d3f4c 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -503,6 +503,10 @@ img.lightbulb {
padding: 20px;
}
+#pma_demo {
+ z-index: -1;
+}
+
#pma_errors #pma_errors {
padding: 0;
}
@@ -1804,6 +1808,7 @@ form.append_fields_form .tblFooters {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
+ white-space: nowrap;
&:hover {
background: $navi-background;
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index b4977aa3f8..6cf07c049b 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -247,6 +247,10 @@ img.lightbulb {
padding: 0 0.5em;
}
+#pma_demo {
+ z-index: -1;
+}
+
.confirmation {
background-color: #ffc;
}
@@ -1605,6 +1609,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em 0.2em;
+ white-space: nowrap;
&:hover {
background: #ddd;
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index bee32de1ba..a1843d190f 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -445,6 +445,10 @@ img.lightbulb {
padding: 0 0.5em;
}
+#pma_demo {
+ z-index: -1;
+}
+
.confirmation {
color: #000;
background-color: pink;
@@ -1790,6 +1794,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
+ white-space: nowrap;
&:hover {
background: #ddd;