ability to display keyboard shortcuts in top bar

This commit is contained in:
Joeri Exelmans 2025-10-19 13:53:46 +02:00
parent 373e26dc1b
commit 9ce55e0264
5 changed files with 136 additions and 24 deletions

View file

@ -35,18 +35,26 @@ summary {
text-align: "right";
}
.toolbar > * {
.toolbar * {
vertical-align: middle;
height: 26px;
}
.toolbar > input {
.toolbar *:not(label) {
/* vertical-align: bottom; */
}
.toolbar input {
height: 20px;
}
.toolbar div {
vertical-align: bottom;
}
.toolbar button {
height: 26px;
}
button.active {
border: solid blue 2px;
background-color: rgba(0,0,255,0.2);
color: black;
}
}