Speech bubbles yo.

This commit is contained in:
Pieter-Jan Briers
2019-07-30 23:13:05 +02:00
parent 388cc8fdde
commit 0086e60b6a
5 changed files with 366 additions and 24 deletions

View File

@@ -371,6 +371,11 @@ namespace Content.Client.UserInterface
new StyleProperty(PanelContainer.StylePropertyPanel, tooltipBox)
}),
new StyleRule(new SelectorElement(typeof(PanelContainer), new []{"tooltipBox"}, null, null), new[]
{
new StyleProperty(PanelContainer.StylePropertyPanel, tooltipBox)
}),
// Entity tooltip
new StyleRule(
new SelectorElement(typeof(PanelContainer), new[] {ExamineSystem.StyleClassEntityTooltip}, null,