|
|
@ -45,11 +45,15 @@ input[type=search] { |
|
|
|
height: 34px; |
|
|
|
height: 34px; |
|
|
|
padding: 0 10px; |
|
|
|
padding: 0 10px; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
border-radius: 6px; |
|
|
|
border-radius: 6px; |
|
|
|
border-width: 0; |
|
|
|
border-width: 0; |
|
|
|
background-color: rgba(0,0,0,.1); |
|
|
|
background-color: rgba(0,0,0,.1); |
|
|
|
box-sizing: border-box; // Override content-box in normalize |
|
|
|
box-sizing: border-box; // Override content-box in normalize |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
input[type=search]:focus { |
|
|
|
|
|
|
|
text-align: left; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Allow text area's height to grow larger than a normal input |
|
|
|
// Allow text area's height to grow larger than a normal input |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|