Disable manual changing of API key

This commit is contained in:
JonnyWong16 2016-09-29 18:51:35 -07:00
commit 73ac4076ac
2 changed files with 4 additions and 1 deletions

View file

@ -3059,3 +3059,6 @@ a:hover .overlay-refresh-image:hover {
#plex-log-levels label {
margin-bottom: 0;
}
#api_key.form-control[disabled] {
background-color: #555;
}