From 78935092b540278e388749b7b0620fce62098fc9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Oct 2009 13:13:57 +0400 Subject: display active hotkey prefix on screen --- tt-rss.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 2d4f2c23a..f18896784 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; +} -- cgit v1.2.3