Make added more prominent
This commit is contained in:
parent
f357881e5a
commit
b80bcdbf09
1 changed files with 6 additions and 0 deletions
|
@ -269,14 +269,20 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
#list-add-remove-container .list-add-remove button {
|
#list-add-remove-container .list-add-remove button {
|
||||||
|
border-radius: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
text-align: start;
|
||||||
}
|
}
|
||||||
#list-add-remove-container .list-add-remove button .icon {
|
#list-add-remove-container .list-add-remove button .icon {
|
||||||
opacity: 0.15;
|
opacity: 0.15;
|
||||||
}
|
}
|
||||||
|
#list-add-remove-container .list-add-remove button.checked {
|
||||||
|
border-color: var(--green-color);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
#list-add-remove-container .list-add-remove button.checked .icon {
|
#list-add-remove-container .list-add-remove button.checked .icon {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: var(--green-color);
|
color: var(--green-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue