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 5
5
<name >Time Tracker</name >
6
6
<summary >Time Tracker App</summary >
7
7
<description ><![CDATA[ Time Tracker App]]> </description >
8
- <version >0.0.18 </version >
8
+ <version >0.0.19 </version >
9
9
<licence >agpl</licence >
10
10
<
author mail =
" [email protected] " >MTier Ltd.</
author >
11
11
<namespace >TimeTracker</namespace >
12
12
<category >tools</category >
13
13
<bugs >https://mtier.org</bugs >
14
14
<dependencies >
15
- <nextcloud min-version =" 14" max-version =" 15 " />
15
+ <nextcloud min-version =" 14" max-version =" 16 " />
16
16
</dependencies >
17
17
<navigations >
18
18
<navigation >
Original file line number Diff line number Diff line change @@ -362,4 +362,18 @@ td.ε_row {
362
362
}
363
363
# projects .tabulator-cell {
364
364
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 ;
365
379
}
Original file line number Diff line number Diff line change 10
10
<input type="text" id="datepicker-to"> -->
11
11
<div id = " timer" ></div >
12
12
<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 >
14
14
</button >
15
15
</div >
16
16
You can’t perform that action at this time.
0 commit comments