change seach bar styling

Amolith created

Change summary

_sass/_default.scss | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

Detailed changes

_sass/_default.scss 🔗

@@ -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 {