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 | |
| 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')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 831c6383e5..57b76c5925 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -3547,6 +3547,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #c8e7ff; +} + /*-- timeline --*/ #timeline_chart { position: relative; 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; diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index d0dec48cd1..7988008797 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -3475,6 +3475,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #fff; +} + /*-- timeline --*/ #timeline_chart { position: relative; diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index 5436e619e6..e60eacb86a 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -3457,6 +3457,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #fff; +} + /*-- timeline --*/ #timeline_chart { position: relative; diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index 2cc87b7aee..adb8cf6b2e 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -3431,6 +3431,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #fff; +} + /*-- timeline --*/ #timeline_chart { position: relative; diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index f6adb0de45..e154b14ec1 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -3441,6 +3441,11 @@ table.table-census-assistant th { width: 100%; } +/*-- relationship --*/ +.rel-background { + background-color: #fff; +} + /*-- timeline --*/ #timeline_chart { position: relative; |
