Small adjustment to color taxonomy header.

This commit is contained in:
mateuswetah 2019-11-18 10:36:37 -03:00
parent 50cd91ef51
commit 8b2cb35f93
3 changed files with 3 additions and 4 deletions

View File

@ -54,7 +54,7 @@
<div class="input-group">
<input class="form-control rounded-0" type="search" name="s" value="<?php echo get_query_var( 's' ); ?>" placeholder="<?php esc_attr_e( 'Search collections', 'tainacan-interface' ); ?>" />
<span class="input-group-append">
<button class="btn border border-left-0 rounded-0 bg-white " type="submit">
<button class="btn border border-left-0 rounded-0 bg-white text-midnight-blue" type="submit">
<i class="tainacan-icon tainacan-icon-20px tainacan-icon-search" style="line-height: inherit;"></i>
</button>
</span>

View File

@ -2,8 +2,7 @@
border: 0;
display: flex;
height: 400px;
margin-top: 0rem;
margin-bottom: 50px;
margin: 0;
position: relative;
background-color: #f2f2f2;
@media only screen and (max-width: 576px) {

File diff suppressed because one or more lines are too long