From 441a8b41b6e7a73cd84e8858e3d78e6052425753 Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 26 Oct 2015 11:04:41 +0800 Subject: [PATCH] Allow to use "save as" feature in FM and open in new window if clicked --- esp8266/data/settings.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/esp8266/data/settings.tpl b/esp8266/data/settings.tpl index 7f083114..7d9eb91f 100644 --- a/esp8266/data/settings.tpl +++ b/esp8266/data/settings.tpl @@ -9,6 +9,8 @@ background-image:none;border:1px solid transparent;white-space:nowrap;padding:6p input[type="file"]::-webkit-file-upload-button:hover{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation; touch-action:manipulation;cursor:pointer; background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px; * -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; color: #ffffff;background-color: #31b0d5;border-color: #269abc;} +.filelink {color:#000000;} +.filelink:hover, .filelink:focus {color:#0094FF;}
Extra Settings
@@ -53,9 +55,9 @@ content +="  Occupation: "+jsonresponse.occupation; document.getElementById('status').innerHTML=content; content =""; for (var i=0;i "; +content +="
"; content +=jsonresponse.files[i].name; -content +=""; +content +="
"; content +=jsonresponse.files[i].size; content +="
 × "; content +="
";