Created
June 1, 2016 21:13
-
-
Save douglasrizzo/c4972e52990395ab625e022a11f7f037 to your computer and use it in GitHub Desktop.
Changing PrimeFaces SelectOneRadio bullet for an X with CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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