Allow themes to override bg color of even lines of horizon tables
Change-Id: I917a8bf9728729d46981d120f510952a750b1270 Closes-Bug: #1900863
This commit is contained in:
parent
3fe0802eaa
commit
f78a9c2c08
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user