File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments