mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-15 02:34:59 -04:00
feat: add file name change functionality
This commit is contained in:
parent
31ec776fb3
commit
3dd96b41eb
4 changed files with 166 additions and 3 deletions
|
@ -297,6 +297,10 @@ h3 {
|
|||
color: white !important;
|
||||
}
|
||||
|
||||
.text-red {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.font-body1,
|
||||
body {
|
||||
font-size: 14px;
|
||||
|
@ -678,6 +682,11 @@ button::-moz-focus-inner {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
#reset-name-1, #reset-name-2 {
|
||||
margin: 3px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
/* Icon Button */
|
||||
.icon-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue