mirror of https://github.com/Sonarr/Sonarr
Fixed search bar styling
This commit is contained in:
parent
d76e3d2ed6
commit
6712c79143
|
@ -247,9 +247,3 @@ body {
|
|||
margin-bottom : 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.twitter-typeahead {
|
||||
.form-control[disabled] {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
.form-horizontal {
|
||||
margin-top : 10px;
|
||||
}
|
||||
|
||||
.twitter-typeahead {
|
||||
.form-control[disabled] {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.delete-series-modal {
|
||||
|
|
Loading…
Reference in New Issue