Bootstrap Theme Admin CSS Help

Hi,
I'm trying to add custom css for everytime an admin posts via the custom.css stylesheet on the Bootstrap theme
I'm adding this to the custom.css
.Role_Administrator .Message {
background-color: #d7f4e3;
background-image: url("images/admin.png");
background-origin: padding-box;
background-position: 95% 95%;
background-repeat: no-repeat;
}
But nothing is happening
Please help?
Tagged:
0
Comments
I think you need the RoleTitle plugin so it adds the class name to each role. If you have a link it would help in troubleshooting..
http://vanillaforums.org/addon/roletitle-plugin
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Fixed it, thank you!