Whiten Sigils (#21)
This commit is contained in:
parent
617ce513c3
commit
aabc43862a
@ -29,7 +29,7 @@ Repeate for each styles you want to enables.
|
|||||||

|

|
||||||
* `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.
|
||||||
* `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.
|
* `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.
|
||||||
*  
|
*  
|
||||||
* `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well.
|
* `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well.
|
||||||

|

|
||||||

|

|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
@-moz-document domain("salsify.com"),
|
@-moz-document domain("salsify.com"),
|
||||||
domain("alkemics.com") {
|
domain("alkemics.com") {
|
||||||
li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before {
|
li.HelpCenter#academy-access~li#navbar-profile>a>i.mdi-account::before {
|
||||||
content: "\F20F";
|
content: "\F20F";
|
||||||
color: violet;
|
/*color: violet;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before {
|
li.HelpCenter:not(#academy-access)~li#navbar-profile>a>i.mdi-account::before {
|
||||||
content: "\F4DC";
|
content: "\F4DC";
|
||||||
color: coral;
|
/*color: coral;*/
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
public/user-white-factory.png
Normal file
BIN
public/user-white-factory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
public/user-white-shop.png
Normal file
BIN
public/user-white-shop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user