gfse: matching colors in cloud download/upload icons

This commit is contained in:
hallgren
2012-08-02 12:12:59 +00:00
parent 860a014f2e
commit 4d526b152a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -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);