mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Add keyboard shortcuts
This commit is contained in:
parent
a23fd4afaf
commit
ef41ff32e2
5 changed files with 125 additions and 24 deletions
|
@ -505,6 +505,22 @@ img.emoji {
|
|||
margin: 8px 0 16px 0;
|
||||
}
|
||||
|
||||
.keyboard-shortcuts {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.keyboard-shortcuts td {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
kbd {
|
||||
border-radius: 3px;
|
||||
padding: 1px 4px;
|
||||
border: 1px solid #444444;
|
||||
background-color: #eeeeee;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.dark {
|
||||
background-color: #222222;
|
||||
background-image: none;
|
||||
|
@ -548,3 +564,9 @@ img.emoji {
|
|||
background-color: #222222;
|
||||
border-color: #444444;
|
||||
}
|
||||
|
||||
.dark kbd {
|
||||
background-color: #333333;
|
||||
border-color: #444444;
|
||||
color: #eaeaea;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue