work on startup profile display

This commit is contained in:
AUTOMATIC
2023-05-21 00:41:41 +03:00
parent 05e6fc9aa9
commit 0cc05fc492
9 changed files with 159 additions and 14 deletions

View File

@@ -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;
}