Remove cringe hardcodes for background (#20374)

This commit is contained in:
Vasilis
2023-09-22 21:50:34 +02:00
committed by GitHub
parent 9e1a9dd6df
commit 413ba8cc9a
11 changed files with 17 additions and 58 deletions

View File

@@ -1,11 +1,7 @@
<controls:BanListControl
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.Administration.UI.BanList"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#25252A"/>
</PanelContainer.PanelOverride>
xmlns:controls="clr-namespace:Content.Client.Administration.UI.BanList">
<PanelContainer StyleClasses="BackgroundDark">
<ScrollContainer>
<BoxContainer Name="Bans" Access="Public" Orientation="Vertical">
<controls:BanListHeader Name="BansHeader"/>

View File

@@ -1,9 +1,5 @@
<Popup xmlns="https://spacestation14.io"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#25252A"/>
</PanelContainer.PanelOverride>
<Popup xmlns="https://spacestation14.io">
<PanelContainer StyleClasses="BackgroundDark">
<BoxContainer Orientation="Vertical">
<Label Name="ID" HorizontalExpand="True"/>
<Label Name="IP" HorizontalExpand="True"/>