change seach bar styling

This commit is contained in:
Amolith 2019-02-03 22:05:55 -05:00
parent b49bcf045c
commit acef525665
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 4 additions and 7 deletions

View File

@ -65,19 +65,16 @@
input[type=text] {
width: 25%;
width: 30%;
box-sizing: border-box;
border: 2px solid #333333;
border-radius: 40px;
background-color: #333333;
border: 0px;
border-radius: 5px;
background-color: #292929;
font-size: 16px;
text-align: center;
padding: 10px 0px 10px 0px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
-moz-box-shadow: inset 0 0 10px #191919;
-webkit-box-shadow: inset 0 0 10px #191919;
box-shadow: inset 0 0 10px #191919;
}
input[type=text]:focus {