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?

Comments

Sign In or Register to comment.