Added Sigils for retailers and suppliers
Doesn't actually detects if connected as R or S, just rely on Chrome profiles
This commit is contained in:
parent
0972b72e14
commit
bd16ec7431
9
Retailers Sigils.css
Normal file
9
Retailers Sigils.css
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
@-moz-document domain("stream.alkemics.com"),
|
||||||
|
domain("ppr-stream.alkemics.com"),
|
||||||
|
domain("ltg-stream.alkemics.com"),
|
||||||
|
domain("int.alkemics.com") {
|
||||||
|
.mdi-account::before {
|
||||||
|
content: "\F4DC";
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
}
|
9
Suppliers Sigils.css
Normal file
9
Suppliers Sigils.css
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
@-moz-document domain("stream.alkemics.com"),
|
||||||
|
domain("ppr-stream.alkemics.com"),
|
||||||
|
domain("ltg-stream.alkemics.com"),
|
||||||
|
domain("int.alkemics.com") {
|
||||||
|
.mdi-account::before {
|
||||||
|
content: "\F20F";
|
||||||
|
color: turquoise;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user