From 6290c939826cbfc27317134ef6486976e6c4a233 Mon Sep 17 00:00:00 2001 From: Andreas Erhard Date: Thu, 3 Aug 2017 17:40:34 +0200 Subject: [PATCH] added: sound button resets search field --- static/main.css | 4 ++-- templates/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index 21195a9..90419d9 100644 --- a/static/main.css +++ b/static/main.css @@ -65,12 +65,12 @@ section { width: 100%; } -#reset { +div #reset { font-size: 2em; padding-left: 5px; } -#reset:hover { +div #reset:hover { cursor: pointer; } diff --git a/templates/index.html b/templates/index.html index fbfad67..93895b2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@