diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 07:01:42 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-06-01 07:01:42 +0000 |
commit | a5e851028e23e411c392a66e7c791e388b3e4aba (patch) | |
tree | b6ca0d4d732c20f2aff4c6f0b208afffdec8e4bd /style.css | |
parent | b3390a984081950c626070889580e01727689921 (diff) | |
download | stable-diffusion-webui-gfx803-a5e851028e23e411c392a66e7c791e388b3e4aba.tar.gz stable-diffusion-webui-gfx803-a5e851028e23e411c392a66e7c791e388b3e4aba.tar.bz2 stable-diffusion-webui-gfx803-a5e851028e23e411c392a66e7c791e388b3e4aba.zip |
add hiding and a colspans to startup profile table
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -420,6 +420,12 @@ table.popup-table .muted{ color: #aaa;
}
+table.popup-table .link{
+ text-decoration: underline;
+ cursor: pointer;
+ font-weight: bold;
+}
+
.ui-defaults-none{
color: #aaa !important;
}
|