Style UI tooltips.
This commit is contained in:
parent
04942442aa
commit
b94e015314
1 changed files with 6 additions and 0 deletions
|
|
@ -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)})
|
||||
}),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue