Implemented User Management
This commit is contained in:
65
static/register.css
Normal file
65
static/register.css
Normal file
@@ -0,0 +1,65 @@
|
||||
th {
|
||||
writing-mode: sideways-lr;
|
||||
}
|
||||
|
||||
th#save-box {
|
||||
writing-mode: inherit;
|
||||
|
||||
>button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pgrid[data-mark=True] {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.pgrid[data-changed] {
|
||||
border: 3px solid red;
|
||||
}
|
||||
|
||||
tr {
|
||||
background-color: var(--color-bg2);
|
||||
}
|
||||
|
||||
.qheader {
|
||||
background-color: var(--color-bg1);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#users {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
#qh-ade,
|
||||
.quad-ade {
|
||||
--hue: var(--ade);
|
||||
}
|
||||
|
||||
#qh-bea,
|
||||
.quad-bea {
|
||||
--hue: var(--bea);
|
||||
}
|
||||
|
||||
#qh-cam,
|
||||
.quad-cam {
|
||||
--hue: var(--cam);
|
||||
}
|
||||
|
||||
#qh-des,
|
||||
.quad-des {
|
||||
--hue: var(--des);
|
||||
}
|
||||
|
||||
#useradd {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 1em;
|
||||
align-items: end;
|
||||
justify-content: center;
|
||||
|
||||
>div>label {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user