|
|
@ -1172,13 +1172,13 @@ input[type="text"], input[type="password"], input[type="date"], input[type="date |
|
|
|
|
|
|
|
form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea { |
|
|
|
background: none; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid #3399d4; |
|
|
|
box-shadow: none; |
|
|
|
color: #333; } |
|
|
|
|
|
|
|
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus { |
|
|
|
background: none; |
|
|
|
border: 1px solid #AB8860; } |
|
|
|
border: 1px solid #3399d4; } |
|
|
|
|
|
|
|
form.dark input[type="text"], form.dark input[type="password"], form.dark input[type="date"], form.dark input[type="datetime"], form.dark input[type="datetime-local"], form.dark input[type="month"], form.dark input[type="week"], form.dark input[type="email"], form.dark input[type="number"], form.dark input[type="search"], form.dark input[type="tel"], form.dark input[type="time"], form.dark input[type="url"], form.dark textarea { |
|
|
|
background: none; |
|
|
|