mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Allow custom search query to update metadata
This commit is contained in:
parent
b24e9a2185
commit
cc287607cd
5 changed files with 72 additions and 33 deletions
|
@ -2641,6 +2641,14 @@ table[id^='media_info_child'] table[id^='media_info_child'] thead th {
|
|||
-o-transition: background 0.3s;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
#update_search_form div.input-group {
|
||||
display: inline-table;
|
||||
vertical-align: middle;
|
||||
max-width: 250px;
|
||||
}
|
||||
#update_search_form #update_query {
|
||||
margin: 5px 0 0 0.5em;
|
||||
}
|
||||
.notification-params {
|
||||
margin-top: 10px;
|
||||
background-color: #282828;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue