Editing Custom Themes to Include New 4.7 Styles
If your software was set to Custom in Admin>Setup>Core/General>Customize Themes, make the following changes to the corresponding app\App_Themes\Custom files:
- Copy the following Folders from app\App_Themes\Default to app\App_Themes\Custom
- Calendar
- ComboBox
- DatePicker
- Grid
- Input
- Menu
- Copy the following Files from app\App_Themes\Default to app\App_Themes\Custom
- Calendar.Default.css
- ComboBox.Default.css
- Grid.Default.css
- Input.Default.css
- Menu.Default.css
- Add the following style to app\App_Themes\Custom\Skins.skin
TD.smallinput {
background-color:#D2DAEC;
}
- Add the following styles in RED beneath the given pre-existing styles (in Black) in App_Themes\Custom\Default.CSS
/* forms texts on the large forms */
.smallformText {
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:10px;
color:Black;
background-color:#efefef;
}
/* sections on grids */
.sectionGrid {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
TD.smallinput {
background-color:#efefef;
}
/* sections on forms and views */
.sectionHeaderBackGround {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background-image: url(Images/bg_section.gif);
}
/* sections on grids */
.sectionGrid {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
/* panels */
.classPanel
{
border:2px solid Black;
background-color:#F3F4E9;
}
/* */
.simpleText {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
Related Articles
Labels/background colors are not displayed correctly on certain aspx pages (i.e. Mail Service Log) when Custom Theme is used