add hiding and a colspans to startup profile table

This commit is contained in:
AUTOMATIC
2023-06-01 10:01:42 +03:00
parent b3390a9840
commit a5e851028e
3 changed files with 81 additions and 12 deletions

View File

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