change seach bar styling
This commit is contained in:
parent
b49bcf045c
commit
acef525665
|
@ -65,19 +65,16 @@
|
||||||
|
|
||||||
|
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: 25%;
|
width: 30%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 2px solid #333333;
|
border: 0px;
|
||||||
border-radius: 40px;
|
border-radius: 5px;
|
||||||
background-color: #333333;
|
background-color: #292929;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0px 10px 0px;
|
padding: 10px 0px 10px 0px;
|
||||||
-webkit-transition: width 0.4s ease-in-out;
|
-webkit-transition: width 0.4s ease-in-out;
|
||||||
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 {
|
input[type=text]:focus {
|
||||||
|
|
Loading…
Reference in New Issue