This is a migrated thread and some comments may be shown as answers.

CSS Issue on refresh or back

1 Answer 15 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Digant
Top achievements
Rank 1
Digant asked on 14 Feb 2014, 09:05 AM

Hi friends,,,

I have override CSS in my page.aspx
as below

////////////////.aspx//////////////

      .RadWindow .rwTitlebarControls TD A
        {
            display: none;
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

        .RadWindow TABLE .rwTitlebar
        {
            padding-top: 0px;
            margin-top: 0px;
            font-size: 15px;
            color: white;
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

        .RadWindow .rwControlButtons
        {
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

      

        .RadWindow .rwBodyRight
        {
            display: none;
        }

        .RadWindow .rwBodyLeft
        {
            display: none;
        }

        .RadWindow .rwTopLeft
        {
            display: none;
        }

        .RadWindow .rwTopRight
        {
            display: none;
        }

        .RadWindow .rwTopResize
        {
           
            display: none;
        }

        .RadWindow .rwFooterLeft
        {
            display: none;
          
        }

        .RadWindow .rwFooterRight
        {
            display: none;
        }

        .RadWindow .rwFooterCenter
        {
          
            display: none;
        }

     

        .RadWindow .rwFooterRow
        {
            display: none;
        }

        .RadWindow .rwDialogText
        {
            text-align: left;
            font-family: Calibri;
        }

        .RadWindow .rwDialogInput
        {
            font-family: Verdana,Arial,sans-serif;
            font-weight: normal;
        }

        .RadWindow .rwTable
        {
            border: 1px solid;
        }

        .RadWindow TABLE.rwTable
        {
            border: 1px thin;
        }

        .RadWindow_Default .rwTable .rwTitlebarControls EM
        {
            color: white;
            font-family: Verdana,Arial,sans-serif;
        }

        .RadWindow .rwTitleRow EM
        {
            padding-left: 10px;
        }


//////////End//////////////

You can see css applied in "CSSWithImage.png" that works fine


but issue occured when i click on "refresh button" or  "back button"


override css not working you can see in "CSSWithoutImage.png"

if any one has any idea about it then please help me

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Feb 2014, 05:39 PM
Hi Digant,

I have just answered your other post on the subject and I will suggest you to continue our conversation here: CSS Issue on refresh of back

Thank you for your understanding.

Regards,
Veselina Raykova
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
FileExplorer
Asked by
Digant
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or