diff options
author | Joris Guyonvarch | 2015-03-21 12:33:58 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-21 12:33:58 +0100 |
commit | 9e6cf2f2f15b3fef1f99a2fcf980eb96945dc936 (patch) | |
tree | 3e460acb675bf1511baaaa603d1478f6464bba8a /design/design.css | |
parent | 11403e9e7a07494d72df0b225216c15724386aa8 (diff) |
Cannot delete a timer if it is the last one
Diffstat (limited to 'design/design.css')
-rw-r--r-- | design/design.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/design.css b/design/design.css index 681e770..159353c 100644 --- a/design/design.css +++ b/design/design.css @@ -87,6 +87,10 @@ color: #AA2222; } +.timers button.singleRemove { + color: grey; +} + .timer:not(last-child) { margin-bottom: 20px; } |