paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

SVG gradient fallback not rendered properly #10

Open joushx opened 11 years ago

joushx commented 11 years ago

When using the vertical toolbar in a browser, that supports only the SVG fallback, the background is not rendered properly as the gradient is the same height as with the horizontal toolbar.

toolbar-vertical

Needs something like this:

.tool-right .tool-item, .tool-left .tool-item {
  background: url("data:image/svg+xml;base64,PD94[...]jwvc3ZnPg==") repeat scroll 0 0 transparent;
}
stodge commented 10 years ago

This occurs on Firefox 25 for me, but not on the latest Chrome. I haven't tried IE, Safari or Opera.