diff options
Diffstat (limited to 'design/design.css')
-rw-r--r-- | design/design.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/design.css b/design/design.css index 159353c..187b9a6 100644 --- a/design/design.css +++ b/design/design.css @@ -87,7 +87,7 @@ color: #AA2222; } -.timers button.singleRemove { +.timers > .timer:only-of-type > button.remove { color: grey; } |