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 {