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;
|
margin-bottom : 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.twitter-typeahead {
|
|
||||||
.form-control[disabled] {
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -19,6 +19,12 @@
|
||||||
.form-horizontal {
|
.form-horizontal {
|
||||||
margin-top : 10px;
|
margin-top : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.twitter-typeahead {
|
||||||
|
.form-control[disabled] {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-series-modal {
|
.delete-series-modal {
|
||||||
|
|
Loading…
Reference in New Issue