From 2e968a01fab7089b3b918b3944ba324ff95c337b Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 2 Aug 2012 12:12:59 +0000 Subject: gfse: matching colors in cloud download/upload icons --- src/www/gfse/P/1343909216_weather_03.png | Bin 0 -> 2391 bytes src/www/gfse/editor.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/www/gfse/P/1343909216_weather_03.png (limited to 'src') diff --git a/src/www/gfse/P/1343909216_weather_03.png b/src/www/gfse/P/1343909216_weather_03.png new file mode 100644 index 000000000..831946638 Binary files /dev/null and b/src/www/gfse/P/1343909216_weather_03.png differ diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index 409cc936b..8f8d3354d 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -30,7 +30,7 @@ function draw_grammar_list() { var cloud_download= a(jsurl("download_json()"), [node("img",{"class":"cloud", - src:"P/1307545089_weather_04.png",alt:"[Down Cloud]", + src:"P/1343909216_weather_03.png",alt:"[Down Cloud]", title:"Click to download grammar updates from the cloud"}, [])]); insertAfter(cloud_download,cloud_upload); -- cgit v1.2.3