diff options
author | Joris Guyonvarch | 2015-03-22 17:20:03 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-22 17:20:03 +0100 |
commit | cf26834c717043685866b47eb95bcd8d1299a78b (patch) | |
tree | 1e3f391b777402cc62400e40ede07fde0cf65a0e /design | |
parent | b3076f37700291221ededbaf996a065b006cf42d (diff) |
If no edition is given and the enter key is pressed, exit the edition mode
Diffstat (limited to 'design')
-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 db19feb..7d9cd39 100644 --- a/design/design.css +++ b/design/design.css @@ -119,6 +119,7 @@ .timer > .time { width: 200px; + letter-spacing: 2px; cursor: text; position: relative; border-radius: 0px; |