Hi,
Some style inputs are different from older version. For example, the input text components with float label in the version 9 dont have border but in the version 10 yes.
Is this normal?
Thanks
Some style inputs are different from older version.
-
- Posts: 4596
- Joined: 29 Jun 2013, 12:38
Hi,
Yes, the new version includes major changes with the PrimeOne Vision Concept. Input elements have two modes; filled and outlined like https://material.io/components/text-fields
Please see "Input Style" options in the configurator panel (the right of the page); https://www.primefaces.org/serenity-ng/#/
Best Regards,
Yes, the new version includes major changes with the PrimeOne Vision Concept. Input elements have two modes; filled and outlined like https://material.io/components/text-fields
Please see "Input Style" options in the configurator panel (the right of the page); https://www.primefaces.org/serenity-ng/#/
Best Regards,
Github Profile: https://github.com/mertsincan
-
- Posts: 4596
- Joined: 29 Jun 2013, 12:38
Unfortunately, no. You can do it using sass variables easily. Please see the following variables in the _variables file;
Best Regards,
Code: Select all
...
$tabviewNavBorder:solid rgba(0,0,0,.12);
$tabviewNavBorderWidth:0 0 1px 0;
$tabviewNavBg:#ffffff;
$tabviewHeaderSpacing:0;
$tabviewHeaderBorder:none;
$tabviewHeaderBorderWidth:0 0 0 0;
$tabviewHeaderBorderColor:transparent transparent transparent transparent;
$tabviewHeaderBg:#ffffff;
$tabviewHeaderTextColor:$textSecondaryColor;
$tabviewHeaderFontWeight:500;
$tabviewHeaderPadding:1rem 1.5rem;
$tabviewHeaderMargin:0 0 0 0;
$tabviewHeaderHoverBg:rgba($primaryColor,.04);
$tabviewHeaderHoverBorderColor:transparent;
$tabviewHeaderTextHoverColor:$textSecondaryColor;
$tabviewHeaderActiveBg:#ffffff;
$tabviewHeaderActiveBorderColor:transparent;
$tabviewHeaderTextActiveColor:$primaryColor;
$tabviewContentBorder:0 none;
$tabviewContentBg:#ffffff;
$tabviewContentTextColor:$textColor;
$tabviewContentPadding:$panelContentPadding;
...
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest