XenForo Editor Highlighted Text Colour

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Step 1 :
  • extra.less
CSS:
/** Editor Highlighted Text Colour @ XNFORO.IR **/
::selection
{
    color: red !important;
    background: orange !important;
}
/** Editor Highlighted Text Colour @ XNFORO.IR **/
  • Or
CSS:
/** Editor Highlighted Text Colour @ XNFORO.IR **/
::selection,
::-moz-selection
{
    color: black !important;
    background: orange !important;
}
/** Editor Highlighted Text Colour @ XNFORO.IR **/

Step 2 :
1e4b5753f07a2.png
 
  • Tags
    editor highlighted text colour editor highlighted text colour tips editor highlighted text colour xenforo tips editor highlighted text colour xenforo editor highlighted text colour
  • Back
    Top Bottom