|
@@ -107,7 +107,7 @@ UM.TooltipArea
|
|
// Validation is OK.
|
|
// Validation is OK.
|
|
if (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus)
|
|
if (textFieldWithUnit.hovered || textFieldWithUnit.activeFocus)
|
|
{
|
|
{
|
|
- return UM.Theme.getColor("border_main_light")
|
|
|
|
|
|
+ return UM.Theme.getColor("border_main")
|
|
}
|
|
}
|
|
return UM.Theme.getColor("border_field_light")
|
|
return UM.Theme.getColor("border_field_light")
|
|
}
|
|
}
|