Jump to content

psempionato

Members
  • Posts

    4
  • Joined

  • Last visited

psempionato's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hi. I'm starting with uniGUI. I'm trying add css class to my project mobile, but i'm not getting. I created in ServerModule > CustomCSS this code: .btnRed { background:#d9534f !important; color:#fff !important; border-color:#d9534f; -webkit-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; } In my UnimButton > ExtEventes > added i put this code: function added(sender, container, index, eOpts) { sender.addCls('btnRed'); } But when i'm running the project, this atributes don't apply in component. I'm using the trial version. Anyone Can help me?
  2. Hello. I have the same problem Did anyone managed solve? Please, help me.
×
×
  • Create New...