File general.css contains style properties common for all interface elements.
general.css
Customization samples
UI Element
Selector
CSS code sample
body, td, th
body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
background-color: #f6f6f6;
}
td, th {
input, select, textarea
input, select, textarea {
a
a:link,
a:visited,
a:hover {
color: #0240a3;
Note: These properties can be redefined for specific elements.