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:
authorFaissal Wahabali <fwahabali@gmail.com>2022-01-14 16:11:08 +0300
committerFaissal Wahabali <fwahabali@gmail.com>2022-01-14 16:11:08 +0300
commit8bf2bee36d4c1a515c5546ac7d8a53d9ac5dc72b (patch)
tree72a5e04d89311132034fe3e50809bf9146687524 /themes
parent19e814c65d5d7f5b264ef736f8470a5e16853f15 (diff)
fix null color
Signed-off-by: Faissal Wahabali <fwahabali@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/scss/_common.scss2
-rw-r--r--themes/original/scss/_common.scss2
-rw-r--r--themes/pmahomme/scss/_common.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss
index d28812ec7b..afc5748f02 100644
--- a/themes/bootstrap/scss/_common.scss
+++ b/themes/bootstrap/scss/_common.scss
@@ -180,7 +180,7 @@ tr:last-child td.condition {
*/
td.null {
font-style: italic;
- color: #7d7d7d;
+ color: #7d7d7d !important;
}
table {
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index a7d3c37a08..2d10d93733 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -159,7 +159,7 @@ th.condition {
*/
td.null {
font-style: italic;
- color: #7d7d7d;
+ color: #7d7d7d !important;
}
table {
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index c54430153a..39c38030e8 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -366,7 +366,7 @@ tr:last-child td.condition {
*/
td.null {
font-style: italic;
- color: #7d7d7d;
+ color: #7d7d7d !important;
}
table {