blur token in settings

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-09 09:29:21 -04:00
parent 277e50f023
commit 3aca5f4d19
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -2067,12 +2067,12 @@ div:has(>#tab-gallery-folders) {
font-weight: normal;
}
#civitai_token textarea, #hf_token textarea {
#civitai_token textarea, #hf_token textarea, #setting_huggingface_token textarea {
filter: blur(4px);
}
#civitai_token textarea:hover, #hf_token textarea:hover,
#civitai_token textarea:focus, #hf_token textarea:focus {
#civitai_token textarea:hover, #hf_token textarea:hover, #setting_huggingface_token textarea:hover,
#civitai_token textarea:focus, #hf_token textarea:focus, #setting_huggingface_token textarea:focus {
filter: blur(0);
}