mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added path validation to add series/ recent folders.
This commit is contained in:
parent
bf9946b653
commit
4465d50a31
19 changed files with 146 additions and 88 deletions
|
@ -39,8 +39,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.page-toolbar {
|
||||
margin-top : 10px;
|
||||
margin-bottom : 30px;
|
||||
|
@ -78,8 +76,6 @@ th {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
a, .btn {
|
||||
i {
|
||||
cursor : pointer;
|
||||
|
@ -91,7 +87,6 @@ a, .btn {
|
|||
background-color : white;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
background-color : #1c1c1c;
|
||||
background-image : url('../Content/Images/pattern.png');
|
||||
|
@ -146,3 +141,9 @@ footer {
|
|||
background-color : transparent;
|
||||
box-shadow : none;
|
||||
}
|
||||
|
||||
.validation-errors {
|
||||
i {
|
||||
padding-right : 5px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue