Skip to content

Commit f4d2766

Browse files
committed
recorder: remove empty css, restore selected-delete (primary)
1 parent e7b27fc commit f4d2766

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
.track-loading { text-align: center; padding: 20px; color: #666; }
6161
html, body { height: auto; min-height: 100%; }
6262
body { margin: 0; padding-bottom: 50px; }
63-
.download-checkbox {
64-
/* TODO */
65-
}
6663
.vertical {
6764
display: flex;
6865
flex-direction: column;
@@ -776,7 +773,7 @@ <h2>GPS Tracks</h2>`;
776773
<h2>Batch Operations</h2>
777774
<div class="form-group">
778775
${['KML', 'GPX', 'CSV'].map(fmt => `<button class="btn btn-primary" task="download${fmt.toLowerCase()}_selected">Download selected ${fmt}</button>`).join(' ')}
779-
<button class="btn btn-error" id="delete-selected">Delete selected</button>
776+
<button class="btn btn-primary" id="delete-selected">Delete selected</button>
780777
</div>
781778
</div>
782779
<h2>Settings</h2>

0 commit comments

Comments
 (0)