diff options
author | Guillermo Moreno <gmq@guillermomoreno.cl> | 2023-01-23 15:14:01 +0000 |
---|---|---|
committer | Guillermo Moreno <gmq@guillermomoreno.cl> | 2023-01-23 15:14:01 +0000 |
commit | dbcb6fac77f642e30d7b00b76cb7164a26dd4b94 (patch) | |
tree | d386d5db7aedbc068a474a362fa495d2d42ef947 | |
parent | f80ff3c1e444926879c284be9384a26ca38d4955 (diff) | |
download | stable-diffusion-webui-gfx803-dbcb6fac77f642e30d7b00b76cb7164a26dd4b94.tar.gz stable-diffusion-webui-gfx803-dbcb6fac77f642e30d7b00b76cb7164a26dd4b94.tar.bz2 stable-diffusion-webui-gfx803-dbcb6fac77f642e30d7b00b76cb7164a26dd4b94.zip |
feat(extra-networks): replace icon background with border
-rw-r--r-- | html/image-update.svg | 6 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/html/image-update.svg b/html/image-update.svg index 525e4fc5..3abf12df 100644 --- a/html/image-update.svg +++ b/html/image-update.svg @@ -1,3 +1,7 @@ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> - <path fill="#000000" d="M13.18 19C13.35 19.72 13.64 20.39 14.03 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.11 3 21 3.9 21 5V11.18C20.5 11.07 20 11 19.5 11C19.33 11 19.17 11 19 11.03V5H5V19H13.18M11.21 15.83L9.25 13.47L6.5 17H13.03C13.14 15.54 13.73 14.22 14.64 13.19L13.96 12.29L11.21 15.83M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z" /> + <filter id='shadow' color-interpolation-filters="sRGB"> + <feDropShadow flood-color="black" dx="0" dy="0" flood-opacity="0.9" stdDeviation="0.5"/> + <feDropShadow flood-color="black" dx="0" dy="0" flood-opacity="0.9" stdDeviation="0.5"/> + </filter> + <path style="filter:url(#shadow);" fill="#FFFFFF" d="M13.18 19C13.35 19.72 13.64 20.39 14.03 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.11 3 21 3.9 21 5V11.18C20.5 11.07 20 11 19.5 11C19.33 11 19.17 11 19 11.03V5H5V19H13.18M11.21 15.83L9.25 13.47L6.5 17H13.03C13.14 15.54 13.73 14.22 14.64 13.19L13.96 12.29L11.21 15.83M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z" /> </svg> @@ -837,7 +837,6 @@ footer { display: none;
font-size: 0;
text-align: -9999;
- background-color: #fff;
}
.extra-network-thumbs .actions .name {
|