Skip to content

Instantly share code, notes, and snippets.

@sitefinitysteve
Created May 19, 2016 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sitefinitysteve/33ad900936621b79cb0a939369064392 to your computer and use it in GitHub Desktop.
Save sitefinitysteve/33ad900936621b79cb0a939369064392 to your computer and use it in GitHub Desktop.
Add the MVC tag to Sitefinity widgets in the page editor
#sfPageContainer{
div[controltype^="Telerik.Sitefinity.Mvc"] .rdCenter .rdTitleBar > em::after{
content: "MVC";
background-color: #105CB6;
color: #FFF;
font-size: 10px;
padding: 0 4px;
margin-left: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment