diff options
author | Joris Guyonvarch | 2015-03-21 18:00:25 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-21 18:00:25 +0100 |
commit | 3f2fd27323894036e1b06e1f6f34222dc84df6b1 (patch) | |
tree | 8a2146d724b7db052711abc7499c5de389869861 /design/design.css | |
parent | ced86444353617a9eef0f940401348ee41f05aca (diff) |
Setting the cursor to text when hover on time
Diffstat (limited to 'design/design.css')
-rw-r--r-- | design/design.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/design/design.css b/design/design.css index e59f36a..80a1c64 100644 --- a/design/design.css +++ b/design/design.css @@ -133,6 +133,7 @@ .timer > .time { width: 200px; + cursor: text; } .timer > .edition { |