]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
:( (#20440)
authorVasilis <vasilis@pikachu.systems>
Sat, 23 Sep 2023 18:44:49 +0000 (20:44 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Sep 2023 18:44:49 +0000 (13:44 -0500)
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml

index b36fc395ef6b9c4d80b97218569f3efad3b06eba..e242e636b358406ef64c603e845f26dc67d0c00d 100644 (file)
@@ -1,12 +1,17 @@
 <widgets:ChatBox
     xmlns="https://spacestation14.io"
+    xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
     xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
     xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Chat.Controls"
     MouseFilter="Stop"
     HorizontalExpand="True"
     VerticalExpand="True"
     MinSize="465 225">
-    <PanelContainer HorizontalExpand="True" VerticalExpand="True" StyleClasses="BackgroundDark">
+    <PanelContainer HorizontalExpand="True" VerticalExpand="True">
+        <PanelContainer.PanelOverride>
+            <graphics:StyleBoxFlat BackgroundColor="#25252AAA" />
+        </PanelContainer.PanelOverride>
+
         <BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">
             <OutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" Margin="8 8 8 4" />
             <controls:ChatInputBox HorizontalExpand="True" Name="ChatInput" Access="Public" Margin="2"/>