diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-14 18:12:52 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-14 18:12:52 +0000 |
commit | 6cdf55627cb4eb156fb7d8c010d396f93011c04e (patch) | |
tree | d5ebc2a6f38af5fed91c2420128a003b1d4b5585 /style.css | |
parent | c344ba3b325459abbf9b0df2c1b18f7bf99805b2 (diff) | |
download | stable-diffusion-webui-gfx803-6cdf55627cb4eb156fb7d8c010d396f93011c04e.tar.gz stable-diffusion-webui-gfx803-6cdf55627cb4eb156fb7d8c010d396f93011c04e.tar.bz2 stable-diffusion-webui-gfx803-6cdf55627cb4eb156fb7d8c010d396f93011c04e.zip |
restore borders for prompts
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -167,14 +167,6 @@ button{ align-self: stretch !important;
}
-#prompt, #negative_prompt{
- border: none !important;
-}
-#prompt textarea, #negative_prompt textarea{
- border: none !important;
-}
-
-
#img2maskimg .h-60{
height: 30rem;
}
|