WTForms, SQLAlchemy
This commit is contained in:
parent
5f328d82d3
commit
03e4c63d38
14 changed files with 227 additions and 22 deletions
|
@ -58,3 +58,11 @@ form > div > input:hover,
|
|||
form > div > input:focus {
|
||||
filter: brightness(130%);
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td {
|
||||
border: 1px solid var(--fg);
|
||||
padding: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue