Lock down some settings for Docker container

This commit is contained in:
JonnyWong16 2018-10-06 14:19:01 -07:00
commit a976d65e9c
4 changed files with 33 additions and 20 deletions

View file

@ -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;
}
}