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:
authorWilliam Desportes <williamdes@wdes.fr>2022-10-13 21:09:39 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-10-13 21:13:48 +0300
commit6da193304f78f6b356e67ee1ef1c859b513a3f16 (patch)
tree99eda07d6f0b1268c467920b5ab11f7062e9d637 /themes
parentca5d7602e527c69173cab849c943b8fecb2a9e05 (diff)
parenteec023abe19f5de9fa72f1b0f96ff21fa5604dbc (diff)
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/scss/_common.scss8
-rw-r--r--themes/metro/scss/_common.scss8
-rw-r--r--themes/original/scss/_common.scss8
-rw-r--r--themes/pmahomme/scss/_common.scss8
4 files changed, 16 insertions, 16 deletions
diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss
index 95cec1c512..48941c3c26 100644
--- a/themes/bootstrap/scss/_common.scss
+++ b/themes/bootstrap/scss/_common.scss
@@ -265,10 +265,6 @@ td .icon {
padding: 0 0.5em;
}
-#pma_demo {
- z-index: -1;
-}
-
.confirmation {
color: $black;
background-color: pink;
@@ -2733,3 +2729,7 @@ body .ui-dialog {
.resize-vertical {
resize: vertical;
}
+
+.table-responsive-md .data {
+ z-index: 9;
+}
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 2dc81d3f4c..3ae2a1f435 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -503,10 +503,6 @@ img.lightbulb {
padding: 20px;
}
-#pma_demo {
- z-index: -1;
-}
-
#pma_errors #pma_errors {
padding: 0;
}
@@ -2854,3 +2850,7 @@ body {
.resize-vertical {
resize: vertical;
}
+
+.table-responsive-md .data {
+ z-index: 9;
+}
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index 6cf07c049b..194a575d4b 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -247,10 +247,6 @@ img.lightbulb {
padding: 0 0.5em;
}
-#pma_demo {
- z-index: -1;
-}
-
.confirmation {
background-color: #ffc;
}
@@ -2723,3 +2719,7 @@ body {
.resize-vertical {
resize: vertical;
}
+
+.table-responsive-md .data {
+ z-index: 9;
+}
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index a1843d190f..e18385748c 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -445,10 +445,6 @@ img.lightbulb {
padding: 0 0.5em;
}
-#pma_demo {
- z-index: -1;
-}
-
.confirmation {
color: #000;
background-color: pink;
@@ -2880,3 +2876,7 @@ body .ui-dialog {
z-index: 1056;
top: 100px;
}
+
+.table-responsive-md .data {
+ z-index: 9;
+}