|
@@ -143,21 +143,6 @@ input[type="checkbox"][readonly] {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-// HTML5 invalid states
|
|
|
|
|
-// Shares styles with the .control-group.error above
|
|
|
|
|
-input:focus:invalid,
|
|
|
|
|
-textarea:focus:invalid,
|
|
|
|
|
-select:focus:invalid {
|
|
|
|
|
- color: #b94a48;
|
|
|
|
|
- border-color: #ee5f5b;
|
|
|
|
|
- &:focus {
|
|
|
|
|
- border-color: darken(#ee5f5b, 10%);
|
|
|
|
|
- $shadow: 0 0 6px lighten(#ee5f5b, 20%);
|
|
|
|
|
- @include box-shadow($shadow);
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
input[type=text].input-fluid {
|
|
input[type=text].input-fluid {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|