The title bar has transparency, an show as inactive windows.
I tried to create css like this:
.RadWindow table .rwTitlebar, .RadWindow table .rwTopLeft, .RadWindow table .rwTopRight, .RadWindow table .rwFooterLeft, .RadWindow table .rwFooterRight, .RadWindow table .rwFooterCenter, .RadWindow table .rwBodyLeft, .RadWindow table .rwBodyRight
{
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
opacity: 1 !important;
}
.RadWindow.rwShadow table.rwShadow .rwTitlebar, .RadWindow.rwShadow table.rwShadow .rwTopLeft, .RadWindow.rwShadow table.rwShadow .rwTopRight, .RadWindow.rwShadow table.rwShadow .rwFooterLeft, .RadWindow.rwShadow table.rwShadow .rwFooterRight, .RadWindow.rwShadow table.rwShadow .rwFooterCenter, .RadWindow.rwShadow table.rwShadow .rwBodyLeft, .RadWindow.rwShadow table.rwShadow .rwBodyRight
{
filter: none !important;
}
But didn't work.
How I can fix this issue?
I tried to create css like this:
.RadWindow table .rwTitlebar, .RadWindow table .rwTopLeft, .RadWindow table .rwTopRight, .RadWindow table .rwFooterLeft, .RadWindow table .rwFooterRight, .RadWindow table .rwFooterCenter, .RadWindow table .rwBodyLeft, .RadWindow table .rwBodyRight
{
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
opacity: 1 !important;
}
.RadWindow.rwShadow table.rwShadow .rwTitlebar, .RadWindow.rwShadow table.rwShadow .rwTopLeft, .RadWindow.rwShadow table.rwShadow .rwTopRight, .RadWindow.rwShadow table.rwShadow .rwFooterLeft, .RadWindow.rwShadow table.rwShadow .rwFooterRight, .RadWindow.rwShadow table.rwShadow .rwFooterCenter, .RadWindow.rwShadow table.rwShadow .rwBodyLeft, .RadWindow.rwShadow table.rwShadow .rwBodyRight
{
filter: none !important;
}
But didn't work.
How I can fix this issue?