mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
blur token in settings
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user