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 | 59886459bf1bc081392eab4daa5d3060c1abc7e4 (patch) | |
| tree | 4147f5894a02c9271175cf19ce483280608ed93d /scripts/theme-studio/theme-studio.template.html | |
| parent | 749cb0885872571b36d9b3174067911a47fd5e3b (diff) | |
| download | dotemacs-59886459bf1bc081392eab4daa5d3060c1abc7e4.tar.gz dotemacs-59886459bf1bc081392eab4daa5d3060c1abc7e4.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 bc043317..93087152 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> |
