Posible bug at styles.css and panel.css in reindeer theme at vaadin 6.7.1

Hi all,

I think that there is an error at styles.css and panel.css in reindeer theme, probably does not affect so much but I think that it could be solved for next releases.

In the panel-deco style I found this:


.v-wekit
.v-panel-deco,
.v-gecko .v-panel-deco,
.v-ie9 .v-panel-deco {
border-top-color: rgba(0,0,0,.1);
background: rgba(0,0,0,.08);

and I think that should be:


.v-webkit
.v-panel-deco,
.v-gecko .v-panel-deco,
.v-ie9 .v-panel-deco {
border-top-color: rgba(0,0,0,.1);
background: rgba(0,0,0,.08);

If I’m wrong I’m sorry but If I’m right it could be fixed, don’t you think?

Cheers.

Javi.

You are right, that is a bug which should get fixed. Please create a ticket about it so it does not get lost in the forums.

OK John,

I will create a ticket for this.

Cheers.

I open a new ticket
#7904
to fix this.

Cheers.

Javi