Hi syncfusion team,
i am having issues to change the menu color when mouse over, can u help me on how to change the menu color, basically currently all the color follow the theme color. how i can customized the color when mouse over on particular menu
my code as below,
<ej-Menu id="template" padding-top="0px;" width="59%;" menu-type="@MenuType.
NormalMenu" orientation="@Orientation.
Vertical" css-class="menubar">
<e-menu-items style="padding-left:20px">
<e-menu-item url="/Hijr/HijrDashboard" text="Home" image-url="../icon/home_icon.
</e-menu-item>
<e-menu-item url="" text="Pendaftaran" image-url="../icon/register_
<e-menu-child-items>
<e-menu-child-item>
<e-content-template>
<div class="e-tile-group">
<div class="e-tile-small-col-2"> this.BorderColor = System.Drawing.SystemColors.
<ej-tile id="ExternalPengesahan" image-position="@
TileImagePosition.Center" tile-size="@TileSize.Medium" text="Pengesahan" image-url="../images/tile/
windows/pengesahan.png" mouse-down="
ExternalPengesahan"></ej-tile>
<ej-tile id="ExternalDaftarKursus" image-position="@
TileImagePosition.Center" tile-size="@TileSize.Medium" text="Daftar Kursus" image-url="../images/tile/
windows/register.png" mouse-down="
ExternalDaftarKursus"></ej-
</div>
</div>
</e-content-template>
</e-menu-child-item>
</e-menu-child-items>
</e-menu-item>
<e-menu-item url="/Hijr/HijrDashboard" text="Aduan" image-url="../icon/complaints.
<e-menu-child-items>
<e-menu-child-item>
<e-content-template>
<div class="e-tile-group">
<div class="e-tile-column">
<ej-tile id="JHComplaintForm" image-position="@
TileImagePosition.Center" tile-size="@TileSize.Medium" text="Borang Aduan" image-url="../images/tile/
windows/complaint3.png" mouse-down="JHComplaintForm"><
</div>
</div>
</e-content-template>
</e-menu-child-item>
</e-menu-child-items>
</e-menu-item>
</e-menu-items>
</ej-Menu>
s
regards,
izhar