summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2021-02-28 13:19:47 +0900
committerAkihiro Motoki <amotoki@gmail.com>2021-02-28 13:19:47 +0900
commitf78a9c2c081813e38743e0e468faaa4ce96ca235 (patch)
tree79a21f1bf5a6e4f1cc8c53a1dd6a6b3f7360aeb2
parent3fe0802eaa104ad93df74b51559a120cad2c5745 (diff)
downloadhorizon-f78a9c2c081813e38743e0e468faaa4ce96ca235.tar.gz
Allow themes to override bg color of even lines of horizon tables
Change-Id: I917a8bf9728729d46981d120f510952a750b1270 Closes-Bug: #1900863
-rw-r--r--openstack_dashboard/static/dashboard/scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/_variables.scss b/openstack_dashboard/static/dashboard/scss/_variables.scss
index fbe0bda52..0b7cfbe6e 100644
--- a/openstack_dashboard/static/dashboard/scss/_variables.scss
+++ b/openstack_dashboard/static/dashboard/scss/_variables.scss
@@ -14,7 +14,7 @@ $main-content-min-width: 900px !default;
$sidebar-width: 220px !default;
$border-color: #dddddd !default;
$table-bg-odd: $table-bg-accent !default;
-$table-bg-even: #ffffff;
+$table-bg-even: #ffffff !default;
/* Resource Browser */