Mercurial Hosting > luan
comparison website/src/fschmidt/stopwatch.html @ 1293:007ceb8dcf89
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 06 Jan 2019 14:09:24 -0700 |
| parents | a6892dcf5659 |
| children | 2555154ad19f |
comparison
equal
deleted
inserted
replaced
| 1292:a6892dcf5659 | 1293:007ceb8dcf89 |
|---|---|
| 9 button { | 9 button { |
| 10 cursor: pointer; | 10 cursor: pointer; |
| 11 font-size: 1em; | 11 font-size: 1em; |
| 12 border-radius: 6px; | 12 border-radius: 6px; |
| 13 display: none; | 13 display: none; |
| 14 } | |
| 15 button:focus { | |
| 16 outline: inherit; | |
| 17 } | 14 } |
| 18 </style> | 15 </style> |
| 19 <script> | 16 <script> |
| 20 | 17 |
| 21 function now() { | 18 function now() { |
