From 8468a5029bd14b5f6e24f12202ff3d9dcfa58d37 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 15:19:24 +0100 Subject: [PATCH] change text input cursor --- proj/y2t/assets/css/ux.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proj/y2t/assets/css/ux.css b/proj/y2t/assets/css/ux.css index 90f09cb..3a73eea 100644 --- a/proj/y2t/assets/css/ux.css +++ b/proj/y2t/assets/css/ux.css @@ -4,4 +4,8 @@ a { input, select { cursor: pointer; +} + +input[type=text] { + cursor: text; } \ No newline at end of file