diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-22 20:06:42 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-22 20:06:42 +0000 |
| commit | 827ab9886294c4410a24d6cfd51ab255c4be3893 (patch) | |
| tree | 6bceb7bf280ea27a2a49a7dde7a7fc3a90300bdf /themes/colors/css/aquamarine.css | |
| parent | 5b83d2034fa797daf211622db2ecad4335f0b02a (diff) | |
| download | webtrees-827ab9886294c4410a24d6cfd51ab255c4be3893.tar.gz webtrees-827ab9886294c4410a24d6cfd51ab255c4be3893.tar.bz2 webtrees-827ab9886294c4410a24d6cfd51ab255c4be3893.zip | |
Change background to background-color to avoid hiding edit/copy/delete icons on Facts & events tab
Diffstat (limited to 'themes/colors/css/aquamarine.css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 1bd420feae..b8a3ede06b 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -50,7 +50,7 @@ .facts_table .descriptionbox a, .blockcontent .facts_label { - background:#00A9C7; + background-color:#00A9C7; color: #ffffff; } |
