mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Show keyboard shortcuts in modal dialog
This commit is contained in:
parent
cc0acabfe0
commit
8cd58a746a
9 changed files with 245 additions and 15 deletions
|
@ -108,6 +108,18 @@ input[type="text"]:focus {
|
|||
color: #9b9b9b;
|
||||
}
|
||||
|
||||
/* Modals */
|
||||
#modal-left {
|
||||
background: #333;
|
||||
color: #efefef;
|
||||
box-shadow: 0 0 10px rgba(82, 168, 236, 0.6);
|
||||
}
|
||||
|
||||
/* Keyboard Shortcuts */
|
||||
.keyboard-shortcuts li {
|
||||
color: #9b9b9b;
|
||||
}
|
||||
|
||||
/* Counter */
|
||||
.unread-counter {
|
||||
color: #bbb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue