Currently the stylesheet contains a lot of duplicate css, what really not make any sense.
For example ;
content.css
- Code: Select all
li.row:hover {
background-color: #f6f6f6;
}
colours.css
- Code: Select all
li.row:hover {
background-color: #F6F4D0;
}
I can imagine that we can not reduce it to one file since that would be give some problems to Custom Styles, that would be something for 4.0 i think, but general it should be possible to remove those duplicate content that is not used by prosilver, like the example above.
Any thoughts about this?




