From 3a391f67209b4bba72acfc23ad8943da8668722b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 05:57:54 +0100 Subject: [PATCH] misc css tweaks --- help/3.php | 1 + images/shadow_white.png | Bin 0 -> 178 bytes tt-rss.css | 3 +-- tt-rss.js | 3 +++ 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 images/shadow_white.png diff --git a/help/3.php b/help/3.php index 94b9f2608..8db600965 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 0000000000000000000000000000000000000000..4c39ef97e47a6655cdf660bc78918c381ffe2ea3 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k92}K#X;^)4C~IxyaaOClDyqr82*Fc zg1yTp14TFsJR*x37`TN&n2}-D90{Nxdx@v7EBg&r0S*hUV96H&Kq1Kz*N775{M_8s zyb=cIqSVBa)D(sC%#sWRcTeAd@J2pypdwyR7sn8e>&ZX<|F5@Y;H+k@74HZ=3Y1{* MboFyt=akR{0Ph$rf&c&j literal 0 HcmV?d00001 diff --git a/tt-rss.css b/tt-rss.css index fc7aa94c8..13daa8145 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 480da1a62..2a0fc8626 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(); + } }