From 056995f248fe9261136eb01d5774c4c2d447799e Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 4 Sep 2008 04:36:55 +0000 Subject: [PATCH] "MDL-13766, highlight filename when downloading a file" --- repository/lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repository/lib.php b/repository/lib.php index 6f1ecb2103..1f5a1ceba4 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -1146,6 +1146,7 @@ p.upload a:hover {background: grey;color:white} .repo-opt{font-size: 10px;} #panel-$suffix{padding:0;margin:0; text-align:left;} #file-picker-$suffix{font-size:12px;} +#file-picker-$suffix strong{background:#FFFFCC} #file-picker-$suffix a{color: #336699} #file-picker-$suffix a:hover{background:#003366;color:white} @@ -1329,7 +1330,7 @@ _client.loading = function(type, name){ para.innerHTML = '$strloading'; }else{ img.src = '$CFG->pixpath/i/progressbar.gif'; - para.innerHTML = '$strcopying '+name; + para.innerHTML = '$strcopying '+name+''; } content.appendChild(para); content.appendChild(img); -- 2.39.5