mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
gfse: matching colors in cloud download/upload icons
This commit is contained in:
BIN
src/www/gfse/P/1343909216_weather_03.png
Normal file
BIN
src/www/gfse/P/1343909216_weather_03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -30,7 +30,7 @@ function draw_grammar_list() {
|
|||||||
var cloud_download=
|
var cloud_download=
|
||||||
a(jsurl("download_json()"),
|
a(jsurl("download_json()"),
|
||||||
[node("img",{"class":"cloud",
|
[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"},
|
title:"Click to download grammar updates from the cloud"},
|
||||||
[])]);
|
[])]);
|
||||||
insertAfter(cloud_download,cloud_upload);
|
insertAfter(cloud_download,cloud_upload);
|
||||||
|
|||||||
Reference in New Issue
Block a user