Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-05-23 19:44:07 +0300
committerGreta Doci <gretadoci@gmail.com>2019-05-26 18:03:40 +0300
commitbb811ee3e1d46def80c112242343264b2622779e (patch)
tree4df29cb58fdf59b6323160a93d422c6cfa4ba14a /core/templates
parent74ad4cce838172a51d441ffd53b7cae936f9dbb3 (diff)
Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 9b558b198ee..458af24696b 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -105,7 +105,7 @@
<?php p($l->t('Search'));?>
</label>
<input id="searchbox" type="search" name="query"
- value="" required class="hidden icon-search-white"
+ value="" required class="hidden icon-search-white icon-search-force-white"
autocomplete="off">
<button class="icon-close-white" type="reset"><span class="hidden-visually"><?php p($l->t('Reset search'));?></span></button>
</form>