|
@@ -337,7 +337,7 @@ input[type="submit"].loading {
|
|
|
background-image: url("../img/loader.gif");
|
|
|
}
|
|
|
|
|
|
-input[type="text"], input[type="password"], input[type="email"] {
|
|
|
+input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
|
|
|
padding: 4px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #ccc;
|
|
@@ -346,16 +346,22 @@ input[type="text"], input[type="password"], input[type="email"] {
|
|
|
border-radius: 6px;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
-input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover,
|
|
|
-input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
|
|
|
+input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="search"]:hover,
|
|
|
+input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus {
|
|
|
border-color: #64c523;
|
|
|
outline-style: none;
|
|
|
}
|
|
|
-input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid {
|
|
|
+input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="search"]:invalid {
|
|
|
border-color: #c67700;
|
|
|
color: #bf7300;
|
|
|
}
|
|
|
|
|
|
+input[type="search"] {
|
|
|
+ -moz-appearance:none;
|
|
|
+ -webkit-appearance:none;
|
|
|
+ font-size: 25px;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
float: left;
|