MrCazper Registered Nov 20, 2021 Thread starter #1 How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible?
How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible?
Solution kutaz Nov 20, 2021 MrCazper said: How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible? Click to expand... add this code in extra.less Code: ::selection { background-color: #505050; }
MrCazper said: How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible? Click to expand... add this code in extra.less Code: ::selection { background-color: #505050; }
kutaz XF is cool thing Loyal Member Nov 20, 2021 #2 MrCazper said: How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible? Click to expand... add this code in extra.less Code: ::selection { background-color: #505050; } Upvote 0 Downvote Solution
MrCazper said: How do I change the color of the selected text? When you select text, it is as if it were a text marked with markups I would like to be able to customize that color, make the highlight color yellow That's possible? Click to expand... add this code in extra.less Code: ::selection { background-color: #505050; }