mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
change cursor to clarify that the display name is editable
This commit is contained in:
@@ -534,6 +534,7 @@ footer {
|
|||||||
padding: 0 0 16px 0;
|
padding: 0 0 16px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color 300ms;
|
transition: color 300ms;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .logo {
|
footer .logo {
|
||||||
@@ -569,6 +570,7 @@ footer .font-body2 {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-pen {
|
#edit-pen {
|
||||||
|
|||||||
@@ -560,6 +560,7 @@ footer {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color 300ms;
|
transition: color 300ms;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .logo {
|
footer .logo {
|
||||||
@@ -595,6 +596,7 @@ footer .font-body2 {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-pen {
|
#edit-pen {
|
||||||
|
|||||||
Reference in New Issue
Block a user