change direction of PickList source and target controls

UI Components for JSF
Post Reply
banoo
Posts: 10
Joined: 08 Oct 2013, 08:21

23 Nov 2013, 08:47

i want to change direction of control button of pickList rtl and change icon
but cant do it :(

User avatar
sudheer
PrimeFaces Core Developer
Posts: 4345
Joined: 16 Oct 2011, 19:19
Location: Singapore

23 Nov 2013, 09:42

banoo wrote:i want to change direction of control button of pickList rtl and change icon
but cant do it :(
Let me google that for you http://lmgtfy.com/?q=How+to+change+icon ... st+buttons.Check the user guide for available picklist CSS style classes and you can always use the firebug or developer tools to change them as required.
Author,Speaker
https://twitter.com/sudheerjonna
Github: https://github.com/sudheerj
Website http://sudheerjonna.com/

___________________
Sudheer Jonna

banoo
Posts: 10
Joined: 08 Oct 2013, 08:21

23 Nov 2013, 10:25

when i change direction to RTL ,i cant change icon for buttons
.ui-picklist-button-remove-all
.ui-picklist-button-add-all
.ui-picklist-button-add
.ui-picklist-button-remove

neo1.afshin
Posts: 1
Joined: 13 Mar 2021, 18:10

26 Jul 2021, 11:32

in scss:

Code: Select all

.p-picklist .p-picklist-buttons  {
  button[icon="pi pi-angle-right"] span::before{
    content: "\e931";
  }

  button[icon="pi pi-angle-double-right"] span::before{
    content: "\e92d";
  }

  button[icon="pi pi-angle-left"] span::before{
    content: "\e932";
  }

  button[icon="pi pi-angle-double-left"] span::before{
    content: "\e92e";
  }
 

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 57 guests