Fixed search bar styling

This commit is contained in:
Mark McDowall 2014-08-16 13:23:09 -07:00
parent d76e3d2ed6
commit 6712c79143
2 changed files with 6 additions and 6 deletions

View File

@ -247,9 +247,3 @@ body {
margin-bottom : 0px;
}
}
.twitter-typeahead {
.form-control[disabled] {
background-color: #ffffff;
}
}

View File

@ -19,6 +19,12 @@
.form-horizontal {
margin-top : 10px;
}
.twitter-typeahead {
.form-control[disabled] {
background-color: #ffffff;
}
}
}
.delete-series-modal {