mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add toggle for advanced settings
This commit is contained in:
commit
2a03ce757e
4 changed files with 291 additions and 297 deletions
|
@ -2137,6 +2137,20 @@ a:hover .item-children-poster {
|
|||
top: 5px;
|
||||
left: 12px;
|
||||
}
|
||||
#menu_link_show_advanced_settings.active {
|
||||
color: #fff;
|
||||
background-color: #cc7b19;
|
||||
}
|
||||
.advanced-setting {
|
||||
display: none;
|
||||
}
|
||||
div.advanced-setting {
|
||||
border-left: 1px solid #cc7b19;
|
||||
padding-left: 10px;
|
||||
}
|
||||
li.advanced-setting {
|
||||
border-left: 1px solid #cc7b19;
|
||||
}
|
||||
.user-info-wrapper {
|
||||
}
|
||||
.user-info-poster-face {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue