work on #353, update vendors bug #357

This commit is contained in:
Jokob-sk
2023-08-15 07:40:51 +10:00
parent 5efc4975c6
commit 23da070784
4 changed files with 7 additions and 8 deletions

View File

@@ -738,9 +738,9 @@ height: 50px;
width: 20%;
}
#settingsPage input[readonly] {
input[readonly] {
/* Apply styles to the readonly input */
background-color: #646566;
background-color: #646566 !important;
color: #000;
cursor: not-allowed;
}