diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
| commit | 607bedcafa3cf57cfd1474718cdad0388a7aae2d (patch) | |
| tree | 577b4b81bd69369ded06e9dc53bc772d748d7e56 /scripts/theme-studio/theme-studio.template.html | |
| parent | 004555738ac3f11db3ac6318a893ad63e5a2db96 (diff) | |
| download | dotemacs-607bedcafa3cf57cfd1474718cdad0388a7aae2d.tar.gz dotemacs-607bedcafa3cf57cfd1474718cdad0388a7aae2d.zip | |
Remove theme studio save button
Diffstat (limited to 'scripts/theme-studio/theme-studio.template.html')
| -rw-r--r-- | scripts/theme-studio/theme-studio.template.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index bc043317d..930871525 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -6,7 +6,6 @@ STYLES_CSS</style> <div class="saveload"> <div class="filebar end"> <label style="color:#b4b1a2">theme name</label><input type="text" id="themename" value="" placeholder="untitled" oninput="updateTitle()" style="background:#161412;border:1px solid #252321;color:#cdced1;border-radius:4px;padding:5px 8px;font:10pt monospace;width:200px"> - <button id="savebtn" onclick="saveTheme()" style="display:none">💾 save</button> <button onclick="exportTheme()">⬇ export</button> <button class="fbtn" onclick="importTheme()">⬆ import</button><input type="file" id="fileinput" accept=".json" onchange="importFile(event)" style="display:none"> <button id="jsonbtn" onclick="toggleJSON()">show</button> |
