aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorcluder <1590330+cluder@users.noreply.github.com>2022-11-09 04:50:43 +0000
committercluder <1590330+cluder@users.noreply.github.com>2022-11-09 04:50:43 +0000
commitf37cce0e3d154f300d4ec7ed8ef6a32d1c613e50 (patch)
tree59884560de9a6462122dcab7d1a70a64c7e5ac11 /style.css
parent3b51d239ac9201228c6032fc109111e347e8e6b0 (diff)
parentac085628540d0ec6a988fad93f5b8f2154209571 (diff)
downloadstable-diffusion-webui-gfx803-f37cce0e3d154f300d4ec7ed8ef6a32d1c613e50.tar.gz
stable-diffusion-webui-gfx803-f37cce0e3d154f300d4ec7ed8ef6a32d1c613e50.tar.bz2
stable-diffusion-webui-gfx803-f37cce0e3d154f300d4ec7ed8ef6a32d1c613e50.zip
Merge branch 'master' of https://github.com/cluder/stable-diffusion-webui into 4448_fix_ckpt_cache
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index a0382a8c..e2b71f25 100644
--- a/style.css
+++ b/style.css
@@ -563,6 +563,11 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
opacity: 0.5;
}
+.extension-tag{
+ font-weight: bold;
+ font-size: 95%;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running