Frontend support for role selection in user create, read and update.
This commit is contained in:
Vendored
+2
-1
@@ -57,7 +57,8 @@ form {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
select {
|
||||
border: grey solid 2px;
|
||||
border-radius: 4px;
|
||||
background-color: transparent;
|
||||
|
||||
Vendored
+2
-1
@@ -57,7 +57,8 @@ form {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
select {
|
||||
border: grey solid 2px;
|
||||
border-radius: 4px;
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user