fix styling search button mobile

This commit is contained in:
Jonas Heinrich 2020-06-19 15:23:47 +02:00
parent 25035bc786
commit 5f67640161

View file

@ -39,6 +39,7 @@
outline: none; outline: none;
user-select: none; user-select: none;
transition: background-color .2s; transition: background-color .2s;
margin-top: .75em;
} }
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {
@ -47,11 +48,11 @@
} }
} }
@media screen and (max-width: 560px) { /* @media screen and (max-width: 560px) {
.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button { .tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button {
margin: 15px 0; margin: 15px 0;
} }
} } */
.tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button:hover { .tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button:hover {
text-decoration: none; text-decoration: none;