From 3a5499f43bd024d4e0f3eb64e3472e7aca7709e2 Mon Sep 17 00:00:00 2001 From: Kognise Date: Fri, 5 Apr 2019 13:06:01 -0400 Subject: [PATCH] Update some button selectors --- water.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/water.css b/water.css index 1311946..e1e111b 100644 --- a/water.css +++ b/water.css @@ -11,7 +11,7 @@ body { text-rendering: optimizeLegibility; } -button, input[type='submit'] { +button, input[type='submit'], input[type='button'], input[type='checkbox'] { cursor: pointer; } @@ -80,7 +80,9 @@ button, input[type='submit'] { padding-left: 30px; } -button:hover, input[type='submit']:hover { +button:hover, +input[type='submit']:hover, +input[type='button']:hover { background: #324759; } @@ -131,8 +133,9 @@ body.light textarea { } body.light button:hover, -body.light input[type='submit']:hover { - background: #ddd; +body.light input[type='submit']:hover, +body.light input[type='button']:hover { + background: #dddddd; } ::placeholder {