Skip to content

Commit

Permalink
Fix mouse behavior in header and small clock
Browse files Browse the repository at this point in the history
Make the mouse cursor a pointer in the correct spots
  • Loading branch information
tektaxi authored and psvenk committed Nov 25, 2020
1 parent f016e8e commit 0138d15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ h4#title {
right: 0px;
margin-left: 125px;
margin-right: 125px;
cursor: pointer;
}

.tabulator-col {
Expand Down Expand Up @@ -622,6 +623,11 @@ p#small_clock_period {
top: 110px;
left: 1%;
}

canvas#small_clock {
cursor: pointer;
}

p#large_clock_period {
font-size: 50px;
}
Expand Down

0 comments on commit 0138d15

Please sign in to comment.