ability to display keyboard shortcuts in top bar
This commit is contained in:
parent
373e26dc1b
commit
9ce55e0264
5 changed files with 136 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue