diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index 7366fc5633..4957782a8a 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -49,7 +49,7 @@ namespace Content.Client.Administration.UI.CustomControls PopulateList(_adminSystem.PlayerList); FilterLineEdit.OnTextChanged += _ => FilterList(); _adminSystem.PlayerListChanged += PopulateList; - BackgroundPanel.PanelOverride = new StyleBoxFlat {BackgroundColor = new Color(20, 20, 20)}; + BackgroundPanel.PanelOverride = new StyleBoxFlat {BackgroundColor = new Color(11, 11, 11)}; } private void PlayerListItemPressed(BaseButton.ButtonEventArgs? args, ListData? data) diff --git a/Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTab.xaml.cs b/Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTab.xaml.cs index 222ee83324..4799d76e19 100644 --- a/Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTab.xaml.cs +++ b/Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTab.xaml.cs @@ -19,7 +19,7 @@ namespace Content.Client.Administration.UI.Tabs.PlayerTab private const string ArrowUp = "↑"; private const string ArrowDown = "↓"; - private readonly Color _altColor = Color.FromHex("#141414"); + private readonly Color _altColor = Color.FromHex("#050505"); private readonly Color _defaultColor = Color.FromHex("#191919"); private readonly AdminSystem _adminSystem; private IReadOnlyList _players = new List(); diff --git a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml index 1cdc1b7da7..1e6083c8b0 100644 --- a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml +++ b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml @@ -43,7 +43,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/Content.Client/Cargo/UI/CargoBountyMenu.xaml b/Content.Client/Cargo/UI/CargoBountyMenu.xaml index bb263ff6c4..506947a774 100644 --- a/Content.Client/Cargo/UI/CargoBountyMenu.xaml +++ b/Content.Client/Cargo/UI/CargoBountyMenu.xaml @@ -9,7 +9,7 @@ HorizontalExpand="True"> - + - + @@ -39,7 +39,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml b/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml index c83660f8f5..f118b03f92 100644 --- a/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml +++ b/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml @@ -40,7 +40,7 @@ SizeFlagsStretchRatio="6" MinSize="0 150"> - + - + @@ -35,7 +35,7 @@ HorizontalExpand="True" RectClipContent="True"> - + diff --git a/Content.Client/DoAfter/DoAfterOverlay.cs b/Content.Client/DoAfter/DoAfterOverlay.cs index 7440f98fe6..24f139c4d9 100644 --- a/Content.Client/DoAfter/DoAfterOverlay.cs +++ b/Content.Client/DoAfter/DoAfterOverlay.cs @@ -134,7 +134,7 @@ public sealed class DoAfterOverlay : Overlay } var xProgress = (EndX - StartX) * elapsedRatio + StartX; - var box = new Box2(new Vector2(StartX, 3f) / EyeManager.PixelsPerMeter, + var box = new Box2(new Vector2(StartX, 2f) / EyeManager.PixelsPerMeter, new Vector2(xProgress, 4f) / EyeManager.PixelsPerMeter); box = box.Translated(position); diff --git a/Content.Client/FlavorText/FlavorText.xaml b/Content.Client/FlavorText/FlavorText.xaml index f36bf9fe18..3578f82d41 100644 --- a/Content.Client/FlavorText/FlavorText.xaml +++ b/Content.Client/FlavorText/FlavorText.xaml @@ -2,7 +2,7 @@ xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> - + diff --git a/Content.Client/Humanoid/SingleMarkingPicker.xaml b/Content.Client/Humanoid/SingleMarkingPicker.xaml index c816c52e9c..3b4392e030 100644 --- a/Content.Client/Humanoid/SingleMarkingPicker.xaml +++ b/Content.Client/Humanoid/SingleMarkingPicker.xaml @@ -13,7 +13,7 @@ - + diff --git a/Content.Client/Lathe/UI/LatheMenu.xaml b/Content.Client/Lathe/UI/LatheMenu.xaml index 2b97166f05..b924798395 100644 --- a/Content.Client/Lathe/UI/LatheMenu.xaml +++ b/Content.Client/Lathe/UI/LatheMenu.xaml @@ -38,7 +38,7 @@ SizeFlagsStretchRatio="4"> - + - - diff --git a/Content.Client/Launcher/LauncherConnectingGui.xaml b/Content.Client/Launcher/LauncherConnectingGui.xaml index 0e8120e958..d8ba4e8534 100644 --- a/Content.Client/Launcher/LauncherConnectingGui.xaml +++ b/Content.Client/Launcher/LauncherConnectingGui.xaml @@ -1,96 +1,37 @@ - - - - - - - - - - - -