diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-19 00:36:25 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-19 00:36:25 -0500 |
| commit | 1e31dbc5b475ce4c29f81a0ad7800452e375f7fc (patch) | |
| tree | c4d3d637cc4cbc4f348d053a598e69a7f7b3ed5a /js/ui-template.js | |
| parent | 17ae94eaa9452475d4e0ac9c4c29588968d0c0d5 (diff) | |
ui-template
Diffstat (limited to 'js/ui-template.js')
| -rw-r--r-- | js/ui-template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui-template.js b/js/ui-template.js index 9c3a6a7..96ccbd3 100644 --- a/js/ui-template.js +++ b/js/ui-template.js @@ -1,4 +1,4 @@ -var TEMPLATE = [ +var UI_TEMPLATE = [ '<div id="curtain" style="opacity:0;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;background:rgba(255,255,255,0.1);"></div>', '<div id="outline" style="border:1px solid white;background:rgba(0,255,255,0.5);opacity:0.5; position: absolute;pointer-events:none"></div>', '<div id="controls" style="position: absolute;top:50px;right:50px;background:rgba(0,0,0,0.8);color:#fff;font-size:14px;min-width:300px; padding: 4px;cursor:default;">', |
