1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-29 03:05:49 +00:00

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 {