Update popup.css
This commit is contained in:
parent
e0ef85829a
commit
5a432c6b44
1 changed files with 6 additions and 2 deletions
|
@ -360,8 +360,8 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="toolbar"] {
|
[data-identity-color="toolbar"] {
|
||||||
--identity-tab-color: var(--toolbar-field-color);
|
--identity-tab-color: #000000;
|
||||||
--identity-icon-color: var(--toolbar-field-color);
|
--identity-icon-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-icon="fingerprint"] {
|
[data-identity-icon="fingerprint"] {
|
||||||
|
@ -1829,6 +1829,10 @@ manage things like container crud */
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme="light"] #edit-sites-assigned[data-identity-color="toolbar"] .hostname .subdomain.wildcardSubdomain {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.assigned-sites-list > div {
|
.assigned-sites-list > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-block-end: 6px;
|
padding-block-end: 6px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue