diff options
| author | makitso <makitso@gmail.com> | 2015-04-02 16:00:54 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-04-02 16:00:54 -0500 |
| commit | 6a1024f04005241c4a84d06988b249dfc9813148 (patch) | |
| tree | 5bef2f026025581e2a46480c945e3223c0db40b3 /themes/colors | |
| parent | c668c0b95390ebcf60f27d180024991ca7fc1cdb (diff) | |
| download | webtrees-6a1024f04005241c4a84d06988b249dfc9813148.tar.gz webtrees-6a1024f04005241c4a84d06988b249dfc9813148.tar.bz2 webtrees-6a1024f04005241c4a84d06988b249dfc9813148.zip | |
Fix #539 - Background color on relationship charts
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 6756b2a163..4a29fe4a8f 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -3543,6 +3543,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #fff; +} + /*-- timeline --*/ #timeline_chart { position: relative; |
