summaryrefslogtreecommitdiff
path: root/themes/colors/css/aquamarine.css
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2011-11-22 20:06:42 +0000
committerNigel Osborne <kiwi3685@me.com>2011-11-22 20:06:42 +0000
commit827ab9886294c4410a24d6cfd51ab255c4be3893 (patch)
tree6bceb7bf280ea27a2a49a7dde7a7fc3a90300bdf /themes/colors/css/aquamarine.css
parent5b83d2034fa797daf211622db2ecad4335f0b02a (diff)
downloadwebtrees-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.css2
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;
}