summaryrefslogtreecommitdiff
path: root/themes/fab/theme.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-10-07 06:57:26 +0000
committerfisharebest <fisharebest@gmail.com>2010-10-07 06:57:26 +0000
commitf7c5731937a552f0a028c057b064fae79248be85 (patch)
treedd7327a12f30d1eb3bae2dce0d10c5e2c003992e /themes/fab/theme.php
parentc476b676ae4853436f4e243498626445e345a776 (diff)
downloadwebtrees-f7c5731937a552f0a028c057b064fae79248be85.tar.gz
webtrees-f7c5731937a552f0a028c057b064fae79248be85.tar.bz2
webtrees-f7c5731937a552f0a028c057b064fae79248be85.zip
Fix: bad background colour on notes icon in fab theme.
Diffstat (limited to 'themes/fab/theme.php')
-rw-r--r--themes/fab/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index 0af89c22d6..f06b279748 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -80,7 +80,7 @@ $WT_IMAGES=array(
'menu_research'=>WT_THEME_DIR.'images/menu_research.gif',
'menu_source'=>WT_THEME_DIR.'images/source.gif',
'mypage'=>WT_THEME_DIR.'images/mypage.gif',
- 'notes'=>WT_THEME_DIR.'images/notes.gif',
+ 'notes'=>WT_THEME_DIR.'images/notes.png',
'patriarch'=>WT_THEME_DIR.'images/patriarch.gif',
'pedigree'=>WT_THEME_DIR.'images/pedigree.gif',
'place'=>WT_THEME_DIR.'images/place.gif',
@@ -143,7 +143,7 @@ $WT_IMAGES=array(
'lsdnarrow'=>WT_THEME_DIR.'images/lsdnarrow.gif',
'lsuparrow'=>WT_THEME_DIR.'images/lsuparrow.gif',
'minus'=>WT_THEME_DIR.'images/minus.gif',
- 'note'=>WT_THEME_DIR.'images/notes.gif',
+ 'note'=>WT_THEME_DIR.'images/notes.png',
'pin-in'=>WT_THEME_DIR.'images/pin-in.png',
'pin-out'=>WT_THEME_DIR.'images/pin-out.png',
'plus'=>WT_THEME_DIR.'images/plus.gif',