mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Fixes colour preview chips in character setup (#22576)
fixes #22289 - bugfix: "Colour chips in character setup are correctly coloured again." this only worked previously because byond's ie version was so old it didn't care, afaik also the circles in the loadout i just didnt get a picture <img width="336" height="304" alt="image" src="https://github.com/user-attachments/assets/f43912d6-22eb-452a-bac1-fff100a2f7b0" />
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define SQL_PREFERENCES 0x2
|
||||
|
||||
// General-purpose helper for drawing a colored box.
|
||||
#define HTML_RECT(color) " <div style=\"display:inline;height:10px;width:30px;background:'[color || "#FFFFFF"]'\"></div> "
|
||||
#define HTML_RECT(color) " <div style=\"display:inline-block;height:10px;width:30px;background:[color || "#FFFFFF"]\"></div> "
|
||||
|
||||
// A bit of a hack to allow unit testing of category items.
|
||||
#ifdef UNIT_TEST
|
||||
|
||||
Reference in New Issue
Block a user