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:
- .ui-icon {
- background: #f20 /*{global-icon-color}*/;
- /* background: rgba(255,255,255,1) /*{global-icon-disc}*/;
- background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
- background-repeat: no-repeat;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
Thanks,
Lammie.