aboutsummaryrefslogtreecommitdiff
path: root/design/design.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-22 14:22:50 +0100
committerJoris Guyonvarch2015-03-22 14:22:50 +0100
commit8f9074bf4a4062282f381cf6a4518b191c66cb15 (patch)
tree57f177afccd1a4d00d2052f12039fa103155f2dc /design/design.css
parent1ecd777c185cacbf640dc3ab46b84065ef3b40d9 (diff)
Change from button element to div element to prevent space and enter trigger on name and time
Diffstat (limited to 'design/design.css')
-rw-r--r--design/design.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/design.css b/design/design.css
index 09ad82b..6909105 100644
--- a/design/design.css
+++ b/design/design.css
@@ -111,7 +111,7 @@
box-shadow: 0px 2px #AAAAAA;
}
-.timer > button.name {
+.timer > .name {
width: 300px;
cursor: text;
}