Commit d27dcf3b authored by Mark Otto's avatar Mark Otto
Browse files

cut down on selectors on .formFieldState() mixin to origin input catchall

parent 14820306
Showing with 7 additions and 98 deletions
+7 -98
...@@ -1300,20 +1300,7 @@ input[type="checkbox"][readonly] { ...@@ -1300,20 +1300,7 @@ input[type="checkbox"][readonly] {
.control-group.warning .checkbox, .control-group.warning .checkbox,
.control-group.warning .radio, .control-group.warning .radio,
.control-group.warning input[type="text"], .control-group.warning input,
.control-group.warning input[type="password"],
.control-group.warning input[type="datetime"],
.control-group.warning input[type="datetime-local"],
.control-group.warning input[type="date"],
.control-group.warning input[type="month"],
.control-group.warning input[type="time"],
.control-group.warning input[type="week"],
.control-group.warning input[type="number"],
.control-group.warning input[type="email"],
.control-group.warning input[type="url"],
.control-group.warning input[type="search"],
.control-group.warning input[type="tel"],
.control-group.warning input[type="color"],
.control-group.warning select, .control-group.warning select,
.control-group.warning textarea { .control-group.warning textarea {
color: #c09853; color: #c09853;
...@@ -1325,20 +1312,7 @@ input[type="checkbox"][readonly] { ...@@ -1325,20 +1312,7 @@ input[type="checkbox"][readonly] {
.control-group.warning .checkbox:focus, .control-group.warning .checkbox:focus,
.control-group.warning .radio:focus, .control-group.warning .radio:focus,
.control-group.warning input[type="text"]:focus, .control-group.warning input:focus,
.control-group.warning input[type="password"]:focus,
.control-group.warning input[type="datetime"]:focus,
.control-group.warning input[type="datetime-local"]:focus,
.control-group.warning input[type="date"]:focus,
.control-group.warning input[type="month"]:focus,
.control-group.warning input[type="time"]:focus,
.control-group.warning input[type="week"]:focus,
.control-group.warning input[type="number"]:focus,
.control-group.warning input[type="email"]:focus,
.control-group.warning input[type="url"]:focus,
.control-group.warning input[type="search"]:focus,
.control-group.warning input[type="tel"]:focus,
.control-group.warning input[type="color"]:focus,
.control-group.warning select:focus, .control-group.warning select:focus,
.control-group.warning textarea:focus { .control-group.warning textarea:focus {
border-color: #a47e3c; border-color: #a47e3c;
...@@ -1362,20 +1336,7 @@ input[type="checkbox"][readonly] { ...@@ -1362,20 +1336,7 @@ input[type="checkbox"][readonly] {
.control-group.error .checkbox, .control-group.error .checkbox,
.control-group.error .radio, .control-group.error .radio,
.control-group.error input[type="text"], .control-group.error input,
.control-group.error input[type="password"],
.control-group.error input[type="datetime"],
.control-group.error input[type="datetime-local"],
.control-group.error input[type="date"],
.control-group.error input[type="month"],
.control-group.error input[type="time"],
.control-group.error input[type="week"],
.control-group.error input[type="number"],
.control-group.error input[type="email"],
.control-group.error input[type="url"],
.control-group.error input[type="search"],
.control-group.error input[type="tel"],
.control-group.error input[type="color"],
.control-group.error select, .control-group.error select,
.control-group.error textarea { .control-group.error textarea {
color: #b94a48; color: #b94a48;
...@@ -1387,20 +1348,7 @@ input[type="checkbox"][readonly] { ...@@ -1387,20 +1348,7 @@ input[type="checkbox"][readonly] {
.control-group.error .checkbox:focus, .control-group.error .checkbox:focus,
.control-group.error .radio:focus, .control-group.error .radio:focus,
.control-group.error input[type="text"]:focus, .control-group.error input:focus,
.control-group.error input[type="password"]:focus,
.control-group.error input[type="datetime"]:focus,
.control-group.error input[type="datetime-local"]:focus,
.control-group.error input[type="date"]:focus,
.control-group.error input[type="month"]:focus,
.control-group.error input[type="time"]:focus,
.control-group.error input[type="week"]:focus,
.control-group.error input[type="number"]:focus,
.control-group.error input[type="email"]:focus,
.control-group.error input[type="url"]:focus,
.control-group.error input[type="search"]:focus,
.control-group.error input[type="tel"]:focus,
.control-group.error input[type="color"]:focus,
.control-group.error select:focus, .control-group.error select:focus,
.control-group.error textarea:focus { .control-group.error textarea:focus {
border-color: #953b39; border-color: #953b39;
...@@ -1424,20 +1372,7 @@ input[type="checkbox"][readonly] { ...@@ -1424,20 +1372,7 @@ input[type="checkbox"][readonly] {
.control-group.success .checkbox, .control-group.success .checkbox,
.control-group.success .radio, .control-group.success .radio,
.control-group.success input[type="text"], .control-group.success input,
.control-group.success input[type="password"],
.control-group.success input[type="datetime"],
.control-group.success input[type="datetime-local"],
.control-group.success input[type="date"],
.control-group.success input[type="month"],
.control-group.success input[type="time"],
.control-group.success input[type="week"],
.control-group.success input[type="number"],
.control-group.success input[type="email"],
.control-group.success input[type="url"],
.control-group.success input[type="search"],
.control-group.success input[type="tel"],
.control-group.success input[type="color"],
.control-group.success select, .control-group.success select,
.control-group.success textarea { .control-group.success textarea {
color: #468847; color: #468847;
...@@ -1449,20 +1384,7 @@ input[type="checkbox"][readonly] { ...@@ -1449,20 +1384,7 @@ input[type="checkbox"][readonly] {
.control-group.success .checkbox:focus, .control-group.success .checkbox:focus,
.control-group.success .radio:focus, .control-group.success .radio:focus,
.control-group.success input[type="text"]:focus, .control-group.success input:focus,
.control-group.success input[type="password"]:focus,
.control-group.success input[type="datetime"]:focus,
.control-group.success input[type="datetime-local"]:focus,
.control-group.success input[type="date"]:focus,
.control-group.success input[type="month"]:focus,
.control-group.success input[type="time"]:focus,
.control-group.success input[type="week"]:focus,
.control-group.success input[type="number"]:focus,
.control-group.success input[type="email"]:focus,
.control-group.success input[type="url"]:focus,
.control-group.success input[type="search"]:focus,
.control-group.success input[type="tel"]:focus,
.control-group.success input[type="color"]:focus,
.control-group.success select:focus, .control-group.success select:focus,
.control-group.success textarea:focus { .control-group.success textarea:focus {
border-color: #356635; border-color: #356635;
......
...@@ -170,20 +170,7 @@ ...@@ -170,20 +170,7 @@
// Style inputs accordingly // Style inputs accordingly
.checkbox, .checkbox,
.radio, .radio,
input[type="text"], input,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select, select,
textarea { textarea {
color: @textColor; color: @textColor;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment