mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 01:36:18 -04:00
change cursor to clarify that the display name is editable
This commit is contained in:
parent
002b31a113
commit
460e8ec79c
2 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue