]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
shamelessly round the hotkey popup help corners
[tt-rss.git] / tt-rss.css
index 13daa8145a7cdacd98b30bea2dcfe2d2150cff41..d6ecdd766574b0e8394b0b46f6b575524d413cfb 100644 (file)
@@ -1795,8 +1795,6 @@ div#hotkey_help_overlay {
        right : 15%;
        top : 15%;
        z-index : 999;
-       background : url("images/shadow_dark.png");
-       padding : 1em;
        color : white;
        font-size : 12pt;
 }
@@ -1838,4 +1836,39 @@ div#hotkey_help_overlay h2 {
        color : #88b0f0;
 }
 
+div#hotkey_help_overlay table.hho td.c1 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c1.png");
+       background-repeat : no-repeat;
+
+}
+
+div#hotkey_help_overlay table.hho td.c2 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c2.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.c3 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c3.png");
+       background-repeat : no-repeat;
+}
 
+div#hotkey_help_overlay table.hho td.c4 {
+       height : 30px;
+       width : 30px;
+       background : url("images/c4.png");
+       background-repeat : no-repeat;
+}
+
+div#hotkey_help_overlay table.hho td.top,
+div#hotkey_help_overlay table.hho td.left,
+div#hotkey_help_overlay table.hho td.right,
+div#hotkey_help_overlay table.hho td.bottom,
+div#hotkey_help_overlay table.hho td.content {
+       background : url("images/shadow_dark.png");     
+}