workform_xxx.css is becoming huge when we update the skin after the upgrade
We upgraded from 6.2 SP2 to 7.21. Now when we make changes to the skin rule XXXX and save, the corresponding workform_XXXX.css version is created as expected. However, the number of the lines in the workform_XXXX.css double. It keeps on appending more and more on subsequent saves of the skin such that it becomes unmanageable.
Anyone encountered or any workaround for this?
As an example we have 4 repetitions of the following in the css:
.pzhc.pzbutton {
border-radius:0px;
border:1px solid #D7D7D7;
background: linear-gradient(to bottom, #A3A3A3, #777775);
background-color: transparent;
height:31px;
padding-bottom:1px;
padding-left:7px;
padding-right:7px;
We upgraded from 6.2 SP2 to 7.21. Now when we make changes to the skin rule XXXX and save, the corresponding workform_XXXX.css version is created as expected. However, the number of the lines in the workform_XXXX.css double. It keeps on appending more and more on subsequent saves of the skin such that it becomes unmanageable.
Anyone encountered or any workaround for this?
As an example we have 4 repetitions of the following in the css:
.pzhc.pzbutton {
border-radius:0px;
border:1px solid #D7D7D7;
background: linear-gradient(to bottom, #A3A3A3, #777775);
background-color: transparent;
height:31px;
padding-bottom:1px;
padding-left:7px;
padding-right:7px;
}
.pzhc.pzbutton {
border-radius:0px;
border:none;
background-image: url('../');
background-repeat: no-repeat;
background-position: ;
background-color: #FFFFFF;
height:31px;
padding-bottom:1px;
padding-left:7px;
padding-right:7px;
}
Thanks.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.