MyBB Community Forums

Full Version: Username style color with background glow effect not displayed in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I had used class to give color and background glow effect to username in ACP--> Usergroups but it doesn't reflect in ACP ---> Usergroups & Users. It show correctly on board.
What to do?
<span class="abc"><strong><em><img src="http://icon/1.png"> <strong>{username} </strong><img src="/icon/1.png"></em></strong></span>
If I use class then it doesn't display color and background flow effect.

How to fix this?
Thank you.
(2020-08-19, 07:17 AM)Dr_The_One Wrote: [ -> ]How to fix this?

I won’t bother. You can add the CSS code to the admin style being loaded but it is not worth it IMO.
Ok....Thanks. Will let it be as shown as Now., if there is security issues.
+1.
It is not a security issue, but you can’t edit the admin control panel CSS from the fromt end, you need to edit the style files directly.
If you don't mind, can you tell how to do that?
Adding your code to the following CSS file should work.
https://github.com/mybb/mybb/blob/featur...t/main.css
Not working bro.
Unless you use a different ACP style it should work, that file is loaded in every ACP page.
I use only default ACP style, I try it on also Fresh Mybb copy but not work.
So what happens if you delete the full file contents? It does work for me.
Pages: 1 2