finalized custom key inputs
This commit is contained in:
20
style.css
20
style.css
@@ -63,10 +63,28 @@ table {
|
||||
/* background-color: #ddd; */
|
||||
}
|
||||
|
||||
th {
|
||||
tr {
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.key-input {
|
||||
padding: 3px 8px;
|
||||
border: 2px solid #333;
|
||||
/* border-radius: 50px; */
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.key-used {
|
||||
color: #777;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
summary {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user