1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

feat: add admin role assignment

This commit is contained in:
2024-03-04 10:12:12 +01:00
parent a008641192
commit 9392bcadc9
3 changed files with 16 additions and 6 deletions

View File

@@ -449,7 +449,7 @@ td.clipboard.clipped {
}
.btn.btn-red:hover, .btn.btn-red:active {
background: darkred !important;
background: darkred;
}
.btn.btn-blue {
@@ -458,7 +458,7 @@ td.clipboard.clipped {
}
.btn.btn-blue:hover, .btn.btn-blue:active {
background: darkslategray !important;
background: darkslategray;
}
.btn.btn-delete:before {
@@ -466,6 +466,14 @@ td.clipboard.clipped {
padding: .2rem;
}
button:disabled,
.btn:disabled {
background: slategray !important;
color: lightgray;
filter: none;
cursor: default;
}
input.inline {
border: none;
font-size: 1.1rem;