Skip to content

Commit f8961fa

Browse files
committed
fixed play button for nc 16
1 parent 369c95f commit f8961fa

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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>

css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

templates/content/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

0 commit comments

Comments
 (0)