Hi everyone,
I try to style the following part of content:
<table cellpadding="0" cellspacing="0" border="0" style="display: inline;"
class="af_navigationPane_bar-inactive-disabled">
<tbody>
<tr>
<td><div class="af_navigationPane_bar-content">Benutzerprofil</div></td>
The CSS definitions are the following:
af|navigationPane::bar-content { color: #c7c9d5; font-weight: bold; }
However the content is not formated and I don“t understand why. Can someone
help me? The generated CSS output is the following.
/* Rule 271 of /backoffice/portal/adf/styles/cache/adb-desktop-5n9c7d-ie-6.css
*/
.af_navigationPane_bar-inactive-disabled .af_navigationPane_bar-content {
COLOR: gray }
/* Rule 282 of /backoffice/portal/adf/styles/cache/adb-desktop-5n9c7d-ie-6.css
*/
.af_navigationPane_bar-content { FONT-WEIGHT: bold; FONT-SIZE: 12px;
PADDING-BOTTOM: 3px; COLOR: #c7c9d5; PADDING-TOP: 3px; FONT-FAMILY:
Verdana }
.af_navigationPane_bar-inactive-disabled { FONT-WEIGHT: bold; CURSOR: default;
COLOR: #c7c9d5}
Best Regards, Jan