|
@@ -76,7 +76,6 @@
|
|
|
// see: https://github.com/ericgio/react-bootstrap-typeahead
|
|
// see: https://github.com/ericgio/react-bootstrap-typeahead
|
|
|
.rbt-input.form-control {
|
|
.rbt-input.form-control {
|
|
|
height: 30px;
|
|
height: 30px;
|
|
|
- border: none;
|
|
|
|
|
border-top-right-radius: 40px;
|
|
border-top-right-radius: 40px;
|
|
|
border-bottom-right-radius: 40px;
|
|
border-bottom-right-radius: 40px;
|
|
|
|
|
|
|
@@ -84,6 +83,11 @@
|
|
|
margin-left: 8px;
|
|
margin-left: 8px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .form-group:not(.has-error) {
|
|
|
|
|
+ .rbt-input.form-control {
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.btn-group-submit-search {
|
|
.btn-group-submit-search {
|
|
|
position: absolute;
|
|
position: absolute;
|