feat: use embedded inputbox for track name editing and region name editing

This commit is contained in:
Xiaohan-Tian
2026-05-24 23:33:54 -07:00
parent 27948771de
commit b80066c2a4
5 changed files with 204 additions and 53 deletions
+22 -1
View File
@@ -316,11 +316,32 @@
font-weight: bold;
color: #e0e0e0;
/* text-transform: uppercase; */
cursor: pointer;
cursor: text;
padding: 5px;
border-radius: 3px;
}
.piano-roll-title-input {
flex: 1;
min-width: 0;
margin: 0;
padding: 5px 8px;
box-sizing: border-box;
border: 1px solid #5a5a5a;
border-radius: 6px;
outline: none;
background-color: #4a4a4a;
color: #e0e0e0;
font-size: 12px;
font-weight: bold;
text-align: center;
}
.piano-roll-title-input:focus {
border-color: #5a9fd4;
background-color: #4a4a4a;
}
.close-button {
background: transparent;
border: none;