Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

How do I change the UI Button glow color using CSS?

What command do I give .ui-btn-active to manually set the glow color when activated?

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

How do I change the UI Button glow color using CSS?

Evgene,

Thanks but I still can't get the button glow to change color.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How do I change the UI Button glow color using CSS?

Hello,

Please try using custom CSS:

pre
.ui-btn:focus {
-webkit-box-shadow: 0 0 12px #3BC43B !important;
-moz-box-shadow: 0 0 12px #3BC43B !important;
box-shadow: 0 0 12px #3BC43B !important;
}
/pre

Mike6580064
Posts: 0
Joined: Wed Jan 15, 2014 6:00 pm

How do I change the UI Button glow color using CSS?

What about the glow around an input component when selected?

Return to “Issues”