width: 155px;
cursor: text;
background-color: transparent !important;
- border: 1px solid var(--color-border) !important;
+ border: 1px solid var(--color-primary-text) !important;
}
&:hover, &:focus, &:active {
opacity: 1;
-webkit-appearance: none;
}
}
+ .icon-search-force-white {
+ @include icon-color('search', 'actions', '#fffffe', 1, true);
+ }
}
/* Empty content messages in the header e.g. notifications, contacts menu, … */
<?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>