Current filter:
                                You should refresh the page.
                                0
                                  • AspxThemeDeployer doesn't update/copy css corectly. All background-image directives are left blank. Eq. background-image: url(''); for Aqua theme.
                                    Thanks, Neven.

                                    Actual Results:

                                    .dxpcFooter_Aqua

                                    {

                                         font-size: 9pt;

                                         font-family: Tahoma, Verdana, Arial;

                                         color: #283B56;

                                         background-color: #CAE1FF;

                                         background-image: url('');

                                         background-position: bottom;

                                         background-repeat: repeat-x;

                                         border-width: 0px;

                                         border-top: Solid 1px #A3C0E8;

                                    }

                                    Expected Results:

                                    .dxpcFooter_Aqua

                                    {

                                         font-size: 9pt;

                                         font-family: Tahoma, Verdana, Arial;

                                         color: #283B56;

                                         background-color: #CAE1FF;

                                         background-image: url('dxpcFooterBack.gif');

                                         background-position: bottom;

                                         background-repeat: repeat-x;

                                         border-width: 0px;

                                         border-top: Solid 1px #A3C0E8;

                                    }

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.