Working on Compatibility for FVTT v10
Fix css for icons
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -59,7 +59,13 @@ button {
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
border-radius: 100%;
|
||||
color: black;
|
||||
|
||||
// v10 FA6+ color need to be set
|
||||
&.fa-swords,
|
||||
&.fa-user,
|
||||
&.fa-cards {
|
||||
color: black;
|
||||
}
|
||||
|
||||
&.fa-comments {
|
||||
background-image: url("../assets/ui/sidebar/chat.svg");
|
||||
|
||||
Reference in New Issue
Block a user