mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[Run] Updated tooltip styling and fixed casing (#4877)
* Added custom tooltip style (with theming support) that represents the UWP tooltip style. * Removed unnecessary space in text * Fixed run as admin casing * Fixed casing for Indexer plugin
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<Color x:Key="ScrollBarLineButtonBackgroundPointerOver">#FFd2d2d2</Color>
|
||||
<Color x:Key="ScrollBarLineButtonBackgroundPointerPressed">#FF5d5d5d</Color>
|
||||
|
||||
<SolidColorBrush x:Key="ToolTipBorderBrushKey" Color="#FF000000" />
|
||||
<SolidColorBrush x:Key="ToolTipBorderBrushKey" Color="#FFD0D0D0" />
|
||||
<SolidColorBrush x:Key="ToolTipForegroundBrushKey" Color="#FF000000" />
|
||||
<SolidColorBrush x:Key="ToolTipBackgroundBrushKey" Color="#FFF2F2F2" />
|
||||
<SolidColorBrush x:Key="ToolTipBackgroundBrushKey" Color="#FFFBFBFB" />
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user