]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
display active hotkey prefix on screen
[tt-rss.git] / tt-rss.css
index 2d4f2c23a5aac196902454a1779e4132575e943a..f188967847089f9d401323c4d82238fe132219ee 100644 (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;
+}