Skip to content

Instantly share code, notes, and snippets.

@caristu
Created January 11, 2017 16:44
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 caristu/9013cbc9c047b5f72da6c4798974d70a to your computer and use it in GitHub Desktop.
Save caristu/9013cbc9c047b5f72da6c4798974d70a to your computer and use it in GitHub Desktop.
SmartClient PopUp Style Issue (CSS)
.MyWidgetHeader {
}
.MyWidgetBody {
background-color: white;
border: 0px;
box-shadow: 0 0px;
}
.MyWidgetHeaderText {
line-height: 18px;
font-size: 14px;
font-family: 'lucida sans', sans-serif;
font-weight: bold;
padding: 4px 0px 0px 5px;
vertical-align: top;
}
.MyPopupHeaderText {
font-family: 'lucida sans', sans-serif;
font-size: 12px;
background: #4d7607;
color: #fff;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment