aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-02-22 14:42:19 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:10:16 +0200
commit6145e0ba65978e11249f6eb13d40391f348200ed (patch)
treecaebb274c25916f92620c1e728625fa8cc5aab8c /phpBB/adm/style/overall_footer.html
parentcf92528390923fe62de67a7dcbc7dbeb878167f6 (diff)
downloadforums-6145e0ba65978e11249f6eb13d40391f348200ed.tar
forums-6145e0ba65978e11249f6eb13d40391f348200ed.tar.gz
forums-6145e0ba65978e11249f6eb13d40391f348200ed.tar.bz2
forums-6145e0ba65978e11249f6eb13d40391f348200ed.tar.xz
forums-6145e0ba65978e11249f6eb13d40391f348200ed.zip
[ticket/10270] Changing close button for ajax popups
Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r--phpBB/adm/style/overall_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index dfe161fd76..0337080f3d 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -24,11 +24,11 @@
</div>
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
- <a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
+ <a href="#" class="alert_close"></a>
<h3 class="alert_title"></h3><p class="alert_text"></p>
</div>
<div id="phpbb_confirm" class="phpbb_alert">
- <a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
+ <a href="#" class="alert_close"></a>
<p class="alert_text"></p>
<input type="button" class="button1" value="{L_YES}" />&nbsp;
<input type="button" class="button2" value="{L_NO}" />