mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
API key readonly instead of disabled
This commit is contained in:
parent
c649ebfcc0
commit
fdc7078e5c
2 changed files with 5 additions and 2 deletions
|
@ -3059,6 +3059,9 @@ a:hover .overlay-refresh-image:hover {
|
|||
#plex-log-levels label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#api_key.form-control[disabled] {
|
||||
#api_key.form-control[readonly] {
|
||||
background-color: #555;
|
||||
}
|
||||
#api_key.form-control[readonly]:focus {
|
||||
background-color: #fff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue