|
|
Re: Rounded border wouldn't show up on certain widgets [message #505672 is a reply to message #505670] |
Mon, 04 January 2010 11:47   |
|
Hi,
> Button[CHECK] is working as expected with the following CSS snippet:
> Button[CHECK], Button[RADIO] {
> spacing: 4px;
> border: 1px solid red;
> border-radius: 5px;
> }
Sorry, the above CSS snippet does not seem to work. I also notice that
checkboxes in RAP Examples demo are not rounded either.
Regards,
Setya
|
|
|
|
|
Re: Rounded border wouldn't show up on certain widgets [message #505675 is a reply to message #505674] |
Mon, 04 January 2010 12:37  |
|
Hi,
> ... if you want to add a rounded border to the square image only of the
> checkbox, you have to create your own images and set them as in
> business.css - Button-CheckIcon:
> ------------------------------------------------------------ ---------
> /* Check Buttons */
>
> Button-CheckIcon {
> background-image: url( /theme/business/icons/check-unselected.png );
> }
>
> Button-CheckIcon:selected {
> background-image: url( /theme/business/icons/check-selected.png );
> }
>
> Button-CheckIcon:hover {
> background-image: url(
> /theme/business/icons/check-unselected-hover.png );
> }
>
> Button-CheckIcon:selected:hover {
> background-image: url( /theme/business/icons/check-selected-hover.png );
> }
>
> Button-CheckIcon:selected:grayed {
> background-image: url( /theme/business/icons/check-grayed.png );
> }
>
> Button-CheckIcon:selected:grayed:hover {
> background-image: url( /theme/business/icons/check-grayed-hover.png );
> }
Thanks a lot Ivan, this is what I meant.
Regards,
Setya
|
|
|
Powered by
FUDForum. Page generated in 0.01463 seconds