1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

display active hotkey prefix on screen

This commit is contained in:
Andrew Dolgov
2009-10-09 13:13:57 +04:00
parent 449cc6062e
commit 78935092b5
7 changed files with 61 additions and 19 deletions
+12
View File
@@ -2214,3 +2214,15 @@ option {
color : black;
}
div#cmdline {
position : absolute;
left : 5px;
bottom : 5px;
font-size : 11px;
color : gray;
font-weight : bold;
background-color : white;
border : 1px solid #88b0f0;
padding : 3px 5px 3px 5px;
z-index : 5;
}