From 35277569433ebdaa4ab16a35a8280c33ca383a96 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 24 Feb 2021 22:46:43 +0100 Subject: [PATCH] Improve the editor HTML template - Darken the header tab background to match the default editor background color. - Hide the distracting focus outlines for the editor and game canvas. - Use a pure black background for the game canvas to better distinguish it from the editor and provide a more neutral background. - Use a bold font weight for the Start Godot editor button on the loader page. - Link to the web editor documentation on the loader page. - Clarify what happens when clicking "OK" in the persistent data removal warning dialog. - Tidy up the HTML template by removing obsolete attributes. --- misc/dist/html/editor.html | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index b4a8c69cc6..b0b906270b 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -5,8 +5,7 @@ Godot Engine Web Editor ($GODOT_VERSION) -