diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-20 21:41:41 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-20 21:41:41 +0000 |
commit | 0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e (patch) | |
tree | 4934475334a607bcd77113bf9542accc0022afd8 /style.css | |
parent | 05e6fc9aa944dd6e3ee01eae0817f8b51134ffab (diff) | |
download | stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.tar.gz stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.tar.bz2 stable-diffusion-webui-gfx803-0cc05fc492a9360d3b2f1b3f64c7d74f9041f74e.zip |
work on startup profile display
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -403,19 +403,23 @@ div#extras_scale_to_tab div.form{ margin: 0 1.2em;
}
-table.settings-value-table{
+table.popup-table{
background: white;
border-collapse: collapse;
margin: 1em;
border: 4px solid white;
}
-table.settings-value-table td{
+table.popup-table td{
padding: 0.4em;
border: 1px solid #ccc;
max-width: 36em;
}
+table.popup-table .muted{
+ color: #aaa;
+}
+
.ui-defaults-none{
color: #aaa !important;
}
|