Changed Data-Icon Background but can't get/do not know how to get the right-icon to go with it.

Changed Data-Icon Background but can't get/do not know how to get the right-icon to go with it.

Hi, I have managed to change the shape of the data-icon background using the following code but I on a list view regardless of what data-icon I add I only get the '+' sign.

Also is there a way I can add the code to a specific theme only?

Here is the CSS:

  1. .ui-icon {
  2.     background: #f20 /*{global-icon-color}*/;
  3.     /* background: rgba(255,255,255,1) /*{global-icon-disc}*/;
  4.     background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
  5.     background-repeat: no-repeat;
  6.     -moz-border-radius: 4px;
  7.     -webkit-border-radius: 4px;
  8.     border-radius: 4px;
  9. }

Thanks,
Lammie.
    • Topic Participants

    • paul