Support How do I change the color of the selected text?

MrCazper

Registered
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
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?
add this code in extra.less
Code:
::selection {
   background-color: #505050;
}

kutaz

XF is cool thing
Loyal Member
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?
add this code in extra.less
Code:
::selection {
   background-color: #505050;
}
 
Solution
Back
Top Bottom