Few CSS and JS corrections

This commit is contained in:
LebCit
2019-07-25 22:03:48 +03:00
parent 8c93bf3427
commit 9c0ea8a6ae
2 changed files with 28 additions and 10 deletions
@@ -73,6 +73,7 @@
height: 100%;
font-style: italic;
color: #ec5a62;
outline: none;
/* Using ID '#morphsearch' to avoid using !important */
}
@@ -158,6 +159,17 @@ input[type="search"] {
.morphsearch-submit:hover {
background-color: transparent;
box-shadow: none;
background-image: none;
border: none;
padding: 0;
}
.morphsearch-submit:active {
background-color: transparent;
box-shadow: none;
background-image: none;
border: none;
padding: 0;
}
/* 3- Hidding the Morphing Search Page once the .close class is added to the main div */
@@ -219,6 +231,10 @@ input[type="search"] {
color: #333;
margin-top: 4.5em;
width: 100%;
/* Firefox: old themes */
width: -moz-available;
/* Chrome: old themes */
width: -webkit-fill-available;
height: 0;
overflow: hidden;
padding: 0 10.5%;