MyBB Tutorials

How to change highlighted text color in mybb

Submitted by rahulyhg, , Thread ID: 21635

Thread Closed

RE: How to change highlighted text color in mybb

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
08-06-2016, 12:15 PM
#9
08-06-2016, 08:23 AM
swordart Wrote:
Aoki learn from the best

".highlight" is useless, since it's removed from most pages here. And if I'd really use it, I'd rather use something transparent, which fits every color and also supports the selection of your browser.

Code:
::-moz-selection {
    background: rgba(0,0,0,0.3);
}

::selection {
    background: rgba(0,0,0,0.3);
}

Users browsing this thread: 2 Guest(s)