Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UiTextbox underline focus color #13

Closed
EmilMoe opened this issue Apr 22, 2016 · 4 comments
Closed

UiTextbox underline focus color #13

EmilMoe opened this issue Apr 22, 2016 · 4 comments

Comments

@EmilMoe
Copy link
Contributor

EmilMoe commented Apr 22, 2016

When it's a multiline the underline changes color once in focus, but the single line textbox doesn't.

@JosephusPaye
Copy link
Owner

It seems to be working well for me and in the docs. Can you make a CodePen or JSFiddle demonstrating the issue?

@EmilMoe
Copy link
Contributor Author

EmilMoe commented Apr 23, 2016

Sorry yes, it was my own CSS that screwed it. :-)

@EmilMoe EmilMoe closed this as completed Apr 23, 2016
@ElementLi
Copy link

@EmilMoe Do you know how to change the border-bottom-color and the icon color for input focused?

@EmilMoe
Copy link
Contributor Author

EmilMoe commented Aug 5, 2016

Try this:

.ui-autocomplete-input {
    border-bottom-color: red;
}

But you need to replicate the exact CSS path, so you might have to add .ui-autocomplete around or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants