You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
383 B
27 lines
383 B
.crExceptionBorder
|
|
{
|
|
background-color: #A3A3BC;
|
|
}
|
|
|
|
.crExceptionHeader
|
|
{
|
|
background-color: #E4E4EC;
|
|
color: black
|
|
font-family: Arial;
|
|
font-weight: bold;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.crExceptionElement
|
|
{
|
|
background-color: #E4E4EC;
|
|
border-top:1px solid #FFFFFF;
|
|
}
|
|
|
|
.crExceptionText
|
|
{
|
|
color: black;
|
|
font-family: Arial;
|
|
font-size: 11pt;
|
|
}
|