Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Incorrect border-radius property in button CSS #7073

Closed
jaspermdegroot opened this issue Feb 6, 2014 · 0 comments
Closed

Incorrect border-radius property in button CSS #7073

jaspermdegroot opened this issue Feb 6, 2014 · 0 comments
Assignees
Milestone

Comments

@jaspermdegroot
Copy link
Contributor

.ui-input-btn input {
    ...
    border-bottom-radius: inherit;
    ...
}

should be:

.ui-input-btn input {
    ...
    border-radius: inherit;
    ...
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant