aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-27 11:35:26 +0200
committerMichael Miday <midaym@gmail.com>2015-09-28 18:24:24 +0200
commitd50801a056e4bbced0d7ea855fbded9fb449bfe5 (patch)
tree3d7bc3e0c2830b47830832066cba248564e412b4 /phpBB/styles/prosilver/template/overall_header.html
parenta342517dfb877e6d1cb0b489f7caa6f54e12bca5 (diff)
downloadforums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar
forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.gz
forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.bz2
forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.xz
forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.zip
[ticket/14202]Add missing sr-only classes
PHPBB3-14202
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index deb8daf83a..7d0d38ec7e 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -92,10 +92,10 @@
<fieldset>
<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
<button class="button" type="submit" title="{L_SEARCH}">
- <i class="icon fa-search fa-fw"></i><span>{L_SEARCH}</span>
+ <i class="icon fa-search fa-fw"></i><span class="sr-only">{L_SEARCH}</span>
</button>
<a href="{U_SEARCH}" class="button" title="{L_SEARCH_ADV}">
- <i class="icon fa-cog fa-fw"></i><span>{L_SEARCH_ADV}</span>
+ <i class="icon fa-cog fa-fw"></i><span class="sr-only">{L_SEARCH_ADV}</span>
</a>
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>