mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added autocomplete to edit series path field.
This commit is contained in:
parent
45c7a99439
commit
94807ac00b
3 changed files with 26 additions and 14 deletions
|
@ -2,6 +2,10 @@
|
|||
@import "../Shared/Styles/clickable.less";
|
||||
@import "../Content/prefixer";
|
||||
|
||||
.edit-series-modal {
|
||||
overflow : visible;
|
||||
}
|
||||
|
||||
.series-item {
|
||||
padding-bottom : 30px;
|
||||
|
||||
|
@ -165,16 +169,16 @@
|
|||
}
|
||||
|
||||
.search-buttons {
|
||||
width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width : 400px;
|
||||
margin-left : auto;
|
||||
margin-right : auto;
|
||||
}
|
||||
}
|
||||
|
||||
.season-grid {
|
||||
.toggle-cell {
|
||||
width : 12px;
|
||||
text-align: center;
|
||||
width : 12px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.toggle-cell {
|
||||
|
@ -185,8 +189,8 @@
|
|||
}
|
||||
|
||||
.season-actions, .series-actions {
|
||||
font-size : 24px;
|
||||
text-transform: none;
|
||||
font-size : 24px;
|
||||
text-transform : none;
|
||||
|
||||
i {
|
||||
.clickable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue