primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

PrimeUI Tabview CSS is not synchronized with PrimeFaces CSS #246

Open djmj opened 8 years ago

djmj commented 8 years ago

According to this blog-post aprimeui CSS and primefaces CSS have been merged.

http://blog.primefaces.org/?p=3793

PrimeUI Tabview CSS is not synchronized with PrimeFaces CSS.

Replace class prefix ui-tabview with ui-tabs

Using jQuery to replace it after load results in correct rendering but functionality is not preserved, so i replaced it in primeui.js file myself.