Skip to content

Instantly share code, notes, and snippets.

@douglasrizzo
Created June 1, 2016 21:13
Show Gist options
  • Save douglasrizzo/c4972e52990395ab625e022a11f7f037 to your computer and use it in GitHub Desktop.
Save douglasrizzo/c4972e52990395ab625e022a11f7f037 to your computer and use it in GitHub Desktop.
Changing PrimeFaces SelectOneRadio bullet for an X with CSS
.ui-radiobutton .ui-radiobutton-box {
height: 30px !important;
width: 30px !important;
}
.ui-icon-bullet {
background: none;
}
.ui-radiobutton .ui-state-active {
background: url("resources/gfx/x.svg") center center no-repeat
!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment