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-04-06 01:50:06 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-04-06 01:50:06 +0300
commitcd1bef6c708b45e66606b0131b5031a3a77b3d8e (patch)
tree73fc48a949d502c029c718c33228d3b37c9574ec /themes
parent1ea9ffe6871f4cbc65493157acee032883832513 (diff)
parente33e164e90d0065bc471634b23727b7f51e4221c (diff)
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/scss/_tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/original/scss/_tables.scss b/themes/original/scss/_tables.scss
index bca626a94b..803053739e 100644
--- a/themes/original/scss/_tables.scss
+++ b/themes/original/scss/_tables.scss
@@ -16,6 +16,7 @@
tbody tr:nth-of-type(odd) {
background-color: $bg-one;
}
+
tbody tr:nth-of-type(even) {
background-color: $bg-two;
}