From 460e8ec79c571da89fc0c3f733160d3562f4f07d Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Fri, 3 Mar 2023 17:43:03 +0100 Subject: [PATCH] change cursor to clarify that the display name is editable --- public/styles.css | 2 ++ public_included_ws_fallback/styles.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/styles.css b/public/styles.css index bc022e6..a3a4a0d 100644 --- a/public/styles.css +++ b/public/styles.css @@ -534,6 +534,7 @@ footer { padding: 0 0 16px 0; text-align: center; transition: color 300ms; + cursor: default; } footer .logo { @@ -569,6 +570,7 @@ footer .font-body2 { text-overflow: ellipsis; white-space: nowrap; margin-bottom: -5px; + cursor: text; } #edit-pen { diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 4b3cc83..92e8841 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -560,6 +560,7 @@ footer { align-items: center; text-align: center; transition: color 300ms; + cursor: default; } footer .logo { @@ -595,6 +596,7 @@ footer .font-body2 { text-overflow: ellipsis; white-space: nowrap; margin-bottom: -5px; + cursor: text; } #edit-pen {