Added windows

This commit is contained in:
2024-09-18 20:37:25 -04:00
parent 1e054dee19
commit 501c2e88d1
15 changed files with 511 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
table {
border-collapse: collapse;
min-width: 400px;
}
thead {
@@ -56,6 +57,27 @@ tfoot {
color: #777;
}
div.left {
float: left;
}
div.right {
float: right;
}
.clickable {
cursor: pointer;
}
input {
border: 1px solid #ddd;
background-color: #eee;
}
input:hover {
background-color: #eff;
}
input.current {
background-color: #95b9c7;
}