summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-09 13:13:57 +0400
committerAndrew Dolgov <[email protected]>2009-10-09 13:13:57 +0400
commit78935092b540278e388749b7b0620fce62098fc9 (patch)
treeed0e120b57466ef3639f8df3329628263c715341 /tt-rss.css
parent449cc6062ed689345f3d5f2469ef3e71e4b01adc (diff)
display active hotkey prefix on screen
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 12 insertions, 0 deletions
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;
+}