Files
index/static/register.css
2026-04-15 00:25:21 -05:00

65 lines
785 B
CSS

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;
}
}