[SOLVED] Change Css

Answered
0
0

I attacted sample css and sample wisej theme , I want to change input controls on my theme like attaced css , I don’t it.

Please helps this topic.

Thanks

  • You must to post comments
Best Answer
0
0

Hi,

I apologize for the delayed response!

I’m attaching a sample theme that should perform your desired behavior.

Take note of the “textbox”: {} definition.

You should modify the theme by changing the “default” state:

“default”: {
“styles”: {
            “radius”:  4,
            “style”: [ “solid”, “solid”, “solid”, “solid” ],
            “css”: “”
          },

and the “focused” state:

“focused”: {
“styles”: {
“color”: “focusFrame”,
            “css”: “{\”box-shadow\”:\”inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60)\”}”
          }
},

 

Please let me know if this works for your case,

Best regards,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.