mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +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;
|
||||
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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user