File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 55 <name >Time Tracker</name >
66 <summary >Time Tracker App</summary >
77 <description ><![CDATA[ Time Tracker App]]> </description >
8- <version >0.0.18 </version >
8+ <version >0.0.19 </version >
99 <licence >agpl</licence >
1010 <
author mail =
" [email protected] " >MTier Ltd.</
author >
1111 <namespace >TimeTracker</namespace >
1212 <category >tools</category >
1313 <bugs >https://mtier.org</bugs >
1414 <dependencies >
15- <nextcloud min-version =" 14" max-version =" 15 " />
15+ <nextcloud min-version =" 14" max-version =" 16 " />
1616 </dependencies >
1717 <navigations >
1818 <navigation >
Original file line number Diff line number Diff line change @@ -362,4 +362,18 @@ td.ε_row {
362362}
363363# projects .tabulator-cell {
364364 cursor : pointer;
365+ }
366+ .my-icon {
367+ display : inline-block;
368+ vertical-align : middle;
369+ text-indent : -99999px ;
370+ overflow : hidden;
371+ background-repeat : no-repeat;
372+ position : absolute;
373+ top : 50% ;
374+ left : 50% ;
375+ margin-top : -8px ;
376+ margin-left : -8px ;
377+ width : 16px ;
378+ height : 16px ;
365379}
Original file line number Diff line number Diff line change 1010 <input type="text" id="datepicker-to"> -->
1111 <div id = " timer" ></div >
1212 <button id = " start-tracking" class = " ui-button ui-widget ui-corner-all ui-button-icon-only" title = " Start" >
13- <span class = " ui -icon play-button" ></span >
13+ <span class = " my -icon play-button" ></span >
1414 </button >
1515 </div >
1616
You can’t perform that action at this time.
0 commit comments