Update popup.css
This commit is contained in:
parent
dbcaa00adb
commit
9102e5249c
1 changed files with 6 additions and 1 deletions
|
@ -141,7 +141,7 @@ body {
|
|||
--icon-button-size: calc(calc(var(--block-line-separation-size) * 2) + 1.66rem); /* 20px */
|
||||
--inactive-opacity: 0.3;
|
||||
--overflow-size: 1px;
|
||||
--icon-fit: 8;
|
||||
--icon-fit: 9;
|
||||
|
||||
background: var(--bgColor);
|
||||
margin-block: 0;
|
||||
|
@ -254,6 +254,11 @@ table {
|
|||
--identity-icon-color: #af51f5;
|
||||
}
|
||||
|
||||
[data-identity-color="black"] {
|
||||
--identity-tab-color: #000000;
|
||||
--identity-icon-color: #000000;
|
||||
}
|
||||
|
||||
[data-identity-icon="fingerprint"] {
|
||||
--identity-icon: url("/img/usercontext.svg#fingerprint");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue