Question on raised-btn class

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
FkJ
Posts: 183
Joined: 08 Jan 2010, 19:16

10 Oct 2017, 19:40

Is it possible to configure the raised-btn class to render by default on the paradise theme?

I'm interested in using it in a existing webapp and adding this class button by button will not be viable.

Thanks

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

16 Oct 2017, 08:35

Our raised-btn class has the following css;

Code: Select all

.raised-btn {
        -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
 }
Maybe, you can add the following css to buttons;

Code: Select all

body .ui-button {
         -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
         -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
         box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
 }

Post Reply

Return to “Paradise - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests