]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Better admin note popups text visibility (#29909)
authorWinkarst-cpu <74284083+Winkarst-cpu@users.noreply.github.com>
Thu, 11 Jul 2024 14:03:21 +0000 (17:03 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 14:03:21 +0000 (00:03 +1000)
* Better admin note popup text visibility

* Bring buttons closer to the border

Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml

index f978138ca58491bb5de6a0a68d69d9e7965fa3d7..4a3c0ef7acee6ca0c00e9548371120e46c320dc1 100644 (file)
@@ -1,10 +1,10 @@
 <Popup xmlns="https://spacestation14.io"
        xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
-    <PanelContainer StyleClasses="BackgroundDark">
+    <PanelContainer>
         <PanelContainer.PanelOverride>
-            <gfx:StyleBoxFlat BorderThickness="1" BorderColor="#18181B"/>
+            <gfx:StyleBoxFlat BorderThickness="2" BorderColor="#18181B" BackgroundColor="#25252a"/>
         </PanelContainer.PanelOverride>
-        <BoxContainer Orientation="Vertical">
+        <BoxContainer Orientation="Vertical" Margin="4 4 4 4">
             <Label Name="PlayerNameLabel"/>
             <Label Name="IdLabel"/>
             <Label Name="TypeLabel"/>