Add help tooltips to customized

This commit is contained in:
Misode
2023-06-20 04:18:40 +02:00
parent 983782b1f8
commit 0fdfaffc13
8 changed files with 43 additions and 27 deletions

View File

@@ -718,14 +718,14 @@ main.has-project {
.customized-input .customized-label {
height: 28px;
min-width: 140px;
padding-right: 10px;
min-width: 160px;
padding-right: 3px;
display: inline-flex;
align-items: center;
}
.customized-childs .customized-label {
min-width: 118px;
min-width: 138px;
color: var(--text-2);
}
@@ -733,14 +733,24 @@ main.has-project {
position: relative;
}
.customized-input.customized-modified > .customized-label label::after {
content: '*';
.customized-input .customized-label .customized-modified {
color: var(--accent-primary);
position: absolute;
left: 100%;
margin-left: 3px;
}
.customized-input .customized-label .customized-help {
padding: 6px 0;
width: 16px;
height: 28px;
fill: var(--text-3);
margin-left: 6px;
}
.customized-input .customized-label .customized-help > svg {
width: 16px;
height: 16px;
}
.customized-input .customized-label .item-display {
width: 32px;
height: 32px;