Template:CharIcon-UMVC3/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 9: Line 9:
}
}


.CharIcon-UMVC3.hover {
.CharIcon-UMVC3.hover > .CharIcon-UMVC3-Background {
  background: yellow;
  background: yellow;
}
}

Revision as of 14:31, 16 May 2025

.CharIcon-UMVC3 {
 
}

.CharIcon-UMVC3-Background {
 background: gray; 
 width:max-content; 
 border: solid 1px white;
}

.CharIcon-UMVC3.hover > .CharIcon-UMVC3-Background {
 background: yellow;
}