mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Lock down some settings for Docker container
This commit is contained in:
parent
6bb6e27378
commit
a976d65e9c
4 changed files with 33 additions and 20 deletions
|
@ -676,7 +676,9 @@ textarea.form-control:focus {
|
|||
color: #F9AA03;
|
||||
margin: 5px 40px 5px 0;
|
||||
}
|
||||
.form-control[readonly] {
|
||||
.form-control[disabled],
|
||||
.form-control[readonly],
|
||||
fieldset[disabled] .form-control {
|
||||
background-color: #555;
|
||||
}
|
||||
.form-control[readonly]:focus {
|
||||
|
@ -2151,6 +2153,10 @@ div.advanced-setting {
|
|||
li.advanced-setting {
|
||||
border-left: 1px solid #cc7b19;
|
||||
}
|
||||
.docker-setting {
|
||||
color: #cc7b19;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.user-info-wrapper {
|
||||
}
|
||||
.user-info-poster-face {
|
||||
|
@ -4174,4 +4180,4 @@ a[data-tab-destination] {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue