Style UI tooltips.

This commit is contained in:
Pieter-Jan Briers
2019-04-01 20:05:45 +02:00
parent 04942442aa
commit b94e015314

View File

@@ -333,6 +333,12 @@ namespace Content.Client.UserInterface
{
new StyleProperty(CheckBox.StylePropertyHSeparation, 3),
}),
// Tooltip
new StyleRule(new SelectorElement(typeof(Tooltip), null, null, null), new []
{
new StyleProperty(PanelContainer.StylePropertyPanel, new StyleBoxFlat { BackgroundColor = new Color(21, 21, 26)})
}),
});
}
}