Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Windows64/Libs/RmlUi/Source/Debugger/BeaconSource.h
2026-06-10 16:12:51 +02:00

28 lines
424 B
C

static const char* beacon_rcss = R"RCSS(
body
{
position: absolute;
top: 5px;
right: 33dp;
z-index: 1000000;
width: 20px;
font-family: rmlui-debugger-font;
font-size: 12dp;
color: black;
visibility: hidden;
}
button
{
display: block;
width: 18dp;
height: 18dp;
text-align: center;
border-width: 1px;
font-weight: bold;
}
)RCSS";
static const char* beacon_rml = R"RML(
<button class="error">!</button>
)RML";