Add UI for default profile

This commit is contained in:
Webifi
2023-06-03 16:50:08 -05:00
parent 2880cf3750
commit 759eb35bc6
5 changed files with 88 additions and 15 deletions

View File

@@ -117,6 +117,10 @@ html {
min-height: 100vh;
}
select option.is-default {
background-color: #0842e058;
}
.is-disabled {
pointer-events: none;
cursor: default;