- Improved styling of dark tooltips (darker background, no border).
- increased top and bottom margins
- use brighter color in light theme
- Fixed colors in tooltips of disabled components. (issue #15)
This commit is contained in:
Karl Tauber
2019-10-21 18:07:43 +02:00
parent 964dc14a8a
commit 342b932f9e
6 changed files with 13 additions and 3 deletions

View File

@@ -227,7 +227,8 @@ ToggleButton.toolbar.selectedBackground=5c6164
#---- ToolTip ----
ToolTip.background=4b4d4d
ToolTip.border=4,6,4,6
ToolTip.background=1e2123
#---- Tree ----

View File

@@ -409,7 +409,9 @@ ToolBar.separatorColor=@@Separator.foreground
#---- ToolTip ----
ToolTip.border=2,6,2,6,@@Component.borderColor
ToolTip.borderInactive=null
ToolTip.backgroundInactive=@@ToolTip.background
ToolTip.foregroundInactive=@disabledText
#---- Tree ----

View File

@@ -234,7 +234,8 @@ ToggleButton.toolbar.selectedBackground=cfcfcf
#---- ToolTip ----
ToolTip.background=f7f7f7
ToolTip.border=4,6,4,6,@@Component.borderColor
ToolTip.background=fafafa
#---- Tree ----