From ac3bcc637c9b6b3ef63cfbf5939301c7609ecc6f Mon Sep 17 00:00:00 2001 From: Lucas Dower Date: Mon, 20 Mar 2023 22:31:41 +0000 Subject: [PATCH] Minor cursor style changes --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index a260117..2fd92d9 100644 --- a/styles.css +++ b/styles.css @@ -201,6 +201,9 @@ input::-webkit-inner-spin-button { input[type=number]:not(:disabled) { cursor: text; } +input[type=text]:not(:disabled) { + cursor: text; +} ::placeholder { color: var(--text-dark); @@ -342,6 +345,9 @@ select { justify-content: center; flex-grow: 1; } +.spinbox-value.style-inactive-hover { + cursor: e-resize; +} .toolbar { display: flex;