Make container popup colours match other areas.
This commit is contained in:
+14
-14
@@ -37,18 +37,18 @@ table {
|
|||||||
|
|
||||||
/* Color and icon helpers */
|
/* Color and icon helpers */
|
||||||
[data-identity-color="blue"] {
|
[data-identity-color="blue"] {
|
||||||
--identity-tab-color: #0996f8;
|
--identity-tab-color: #37adff;
|
||||||
--identity-icon-color: #00a7e0;
|
--identity-icon-color: #37adff;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="turquoise"] {
|
[data-identity-color="turquoise"] {
|
||||||
--identity-tab-color: #01bdad;
|
--identity-tab-color: #00c79a;
|
||||||
--identity-icon-color: #01bdad;
|
--identity-icon-color: #00c79a;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="green"] {
|
[data-identity-color="green"] {
|
||||||
--identity-tab-color: #57bd35;
|
--identity-tab-color: #51cd00;
|
||||||
--identity-icon-color: #7dc14c;
|
--identity-icon-color: #51cd00;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="yellow"] {
|
[data-identity-color="yellow"] {
|
||||||
@@ -57,23 +57,23 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="orange"] {
|
[data-identity-color="orange"] {
|
||||||
--identity-tab-color: #ff9216;
|
--identity-tab-color: #ff9f00;
|
||||||
--identity-icon-color: #ff9216;
|
--identity-icon-color: #ff9f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="red"] {
|
[data-identity-color="red"] {
|
||||||
--identity-tab-color: #d92215;
|
--identity-tab-color: #ff613d;
|
||||||
--identity-icon-color: #d92215;
|
--identity-icon-color: #ff613d;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="pink"] {
|
[data-identity-color="pink"] {
|
||||||
--identity-tab-color: #ea385e;
|
--identity-tab-color: #ff4bda;
|
||||||
--identity-icon-color: #ee5195;
|
--identity-icon-color: #ff4bda;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-color="purple"] {
|
[data-identity-color="purple"] {
|
||||||
--identity-tab-color: #7a2f7a;
|
--identity-tab-color: #af51f5;
|
||||||
--identity-icon-color: #7a2f7a;
|
--identity-icon-color: #af51f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-identity-icon="fingerprint"] {
|
[data-identity-icon="fingerprint"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user