From e15045544f10f1fdb98767d841c5734687d1cbe8 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:46:07 +0800 Subject: [PATCH] Update style.css --- static/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 93b5cd9..b908a1a 100755 --- a/static/style.css +++ b/static/style.css @@ -1113,8 +1113,14 @@ h3 { margin-bottom:20px; } - #weather-api-p { color:red; } +label:hover { + cursor:text; +} + +input[type=checkbox]:hover { + cursor:pointer; +}