Frontend support for role selection in user create, read and update.

This commit is contained in:
frederikpyt
2020-06-30 08:03:42 +02:00
parent a4ff9a3590
commit c803d12299
6 changed files with 27 additions and 11 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ form {
display: inline-flex;
}
input {
input,
select {
border: grey solid 2px;
border-radius: 4px;
background-color: transparent;
+2 -1
View File
@@ -57,7 +57,8 @@ form {
display: inline-flex;
}
input {
input,
select {
border: grey solid 2px;
border-radius: 4px;
background-color: transparent;