Change the color of primefaces Scheduler Event

后端 未结 6 1584
温柔的废话
温柔的废话 2020-12-15 14:08

I am using primefaces(3.0) scheduler component.

http://www.primefaces.org/showcase-labs/ui/schedule.jsf

As we can see here there there are some events create

6条回答
  •  借酒劲吻你
    2020-12-15 14:47

    After setting styleClass in code, coloring did not work for me in PrimeFaces 5.2 as described above. Finally I got it working with the important modifier:

    a.emp1 {
       background: #D0525D !important;
       border-color: #932c39!important;
    }
    

提交回复
热议问题