You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My ctrl-f search box has unreadable white text on white background, so I need to modify the text color.
As stated in this thread, in ace I could do: require("ace/lib/dom").importCssString(".ace_search_field{color: black}"), but how do I do the same with brace? I don't see the original ace files exposed anywhere for me to import.
The text was updated successfully, but these errors were encountered:
My ctrl-f search box has unreadable white text on white background, so I need to modify the text color.
As stated in this thread, in ace I could do:
require("ace/lib/dom").importCssString(".ace_search_field{color: black}")
, but how do I do the same with brace? I don't see the original ace files exposed anywhere for me to import.The text was updated successfully, but these errors were encountered: