From: Andrew Dolgov Date: Fri, 16 May 2008 04:57:54 +0000 (+0100) Subject: misc css tweaks X-Git-Tag: 1.2.23-final~128 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a391f67209b4bba72acfc23ad8943da8668722b;p=tt-rss.git misc css tweaks --- diff --git a/help/3.php b/help/3.php index 94b9f260..8db60096 100644 --- a/help/3.php +++ b/help/3.php @@ -55,6 +55,7 @@ g sStarred articles g fFresh articles g pPublished articles + g tTag cloud g PPreferences diff --git a/images/shadow_white.png b/images/shadow_white.png new file mode 100644 index 00000000..4c39ef97 Binary files /dev/null and b/images/shadow_white.png differ diff --git a/tt-rss.css b/tt-rss.css index fc7aa94c..13daa814 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1189,15 +1189,14 @@ a.cdmToggleLink:hover { } #dialog_overlay { - background : white; left : 0; top : 0; height : 100%; width : 100%; z-index : 2; - opacity : 0.5; position : absolute; display : none; + background-image : url("images/shadow_white.png"); } #overlay { diff --git a/tt-rss.js b/tt-rss.js index 480da1a6..2a0fc862 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -1134,6 +1134,9 @@ function hotkey_handler(e) { return viewfeed(-3); } + if (keycode == 84) { // t + toggleTags(); + } }