Accounts: Add account detail page

This commit is contained in:
Lexi / Zoe 2021-07-30 22:30:30 +02:00
parent 985f46c652
commit 4e8d879008
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
8 changed files with 182 additions and 5 deletions

View file

@ -116,18 +116,32 @@ a:hover, a:focus {
color: gray;
}
.green {
color: green;
}
.red {
color: red;
}
button {
padding: 0.2em 1em;
}
.inactive {
color: gray;
}
/* --- Tables --- */
table, tr, td, th {
border: 1px solid #999999;
border-collapse: collapse;
padding: 0.25em 0.5em;
}
.inactive {
color: gray;
.vertical_table_headers th {
text-align: left;
}
/* --- Filter options --- */