fix(5): Detect via a sibling css selector
This commit is contained in:
parent
aef7376bf9
commit
ac89147f8c
@ -27,9 +27,7 @@ Repeate for each styles you want to enables.
|
|||||||
* `PRD banner.css`: Change the Production banner and login's footer
|
* `PRD banner.css`: Change the Production banner and login's footer
|
||||||

|

|
||||||
* `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files.
|
* `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files.
|
||||||
* `Retailers Sigils.css`: Change the top-right user icon to a Shop one, and make it orange. It actually don't know if you are logged as a Retailer or not.
|
* `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier.
|
||||||
* 
|
*  
|
||||||
* `Suppliers Sigils.css`: change the top-right user icon to a Factory one, and make it turquoise. It actually don't know if you are logged as a Manufacturer or not.
|
|
||||||
* 
|
|
||||||
* `Alkessian.less`: Change the black navbar of Jira & Confluence back to the default white one and add slight animations.
|
* `Alkessian.less`: Change the black navbar of Jira & Confluence back to the default white one and add slight animations.
|
||||||

|

|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
@-moz-document domain("app.supplierxm.salsify.com"),
|
|
||||||
domain("ppr-app.supplierxm.salsify.com"),
|
|
||||||
domain("ltg-stream.alkemics.com"),
|
|
||||||
domain("int.alkemics.com") {
|
|
||||||
#navbar-profile .dropdown-toggle .mdi-account::before {
|
|
||||||
content: "\F4DC";
|
|
||||||
color: orange;
|
|
||||||
}
|
|
||||||
}
|
|
14
Sigils.css
Normal file
14
Sigils.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@-moz-document domain("salsify.com"),
|
||||||
|
domain("salsify.com"),
|
||||||
|
domain("alkemics.com"),
|
||||||
|
domain("alkemics.com") {
|
||||||
|
li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before {
|
||||||
|
content: "\F20F";
|
||||||
|
color: violet;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before {
|
||||||
|
content: "\F4DC";
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
}
|
@ -1,9 +0,0 @@
|
|||||||
@-moz-document domain("app.supplierxm.salsify.com"),
|
|
||||||
domain("ppr-app.supplierxm.salsify.com"),
|
|
||||||
domain("ltg-stream.alkemics.com"),
|
|
||||||
domain("int.alkemics.com") {
|
|
||||||
#navbar-profile .dropdown-toggle .mdi-account::before {
|
|
||||||
content: "\F20F";
|
|
||||||
color: turquoise;
|
|
||||||
}
|
|
||||||
}
|
|
BIN
public/user-violet-factory.png
Normal file
BIN
public/user-violet-factory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
x
Reference in New Issue
Block a user