Remove black outline on active multi line boxes on edit form Home › Forums › Classic DFFS › Remove black outline on active multi line boxes on edit form This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by Alexander Bautz. Viewing 3 reply threads Author Posts June 14, 2022 at 21:23 #35873 Paul HeffnerParticipant I have a user that doesn’t like the black box that appears when you make a field active. In this case it is a comment field that accepts enhanced rich text. Is there a way to adjust this in any way? June 14, 2022 at 22:27 #35874 Alexander BautzKeymaster Hi, Yes, this is the “outline” style and it can be changed using some Custom CSS. You can fix the offset (to move it out so you can actually see the cursor when focusing) like this: .ms-rtestate-write:focus-visible { outline-offset: 3px; } Let me know how this works out. Alexander June 15, 2022 at 18:02 #35876 Paul HeffnerParticipant Worked like a charm sir! I tried to add border-color as well as border-color: #FF00FF but it is still black. can we adjust that too? June 16, 2022 at 15:16 #35880 Alexander BautzKeymaster This is not the border, but the outline – change it to: outline-color: #FF00FF Alexander Author Posts Viewing 3 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In