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

Styling Form Submit Button #1321

Closed
nikkon226 opened this issue Jun 8, 2015 · 1 comment
Closed

Styling Form Submit Button #1321

nikkon226 opened this issue Jun 8, 2015 · 1 comment

Comments

@nikkon226
Copy link

I've tried to style a submit button for a form, but it does not seem to work right:

<!DOCTYPE html>
<html>
<head>
<link href="uikit.almost-flat.min.css" media="all" rel="stylesheet"></link>
</head>
<body>
  <form class="uk-form" method="get" action="#">
  <input class="uk-button uk-button-primary" type="submit" value="Search" name="commit"></input>
</form>
</body>
</html>

The button is this:
Form Submit Button

Is there a way to get styling to the input for a submit button similar to other buttons?

@malles
Copy link

malles commented Jun 8, 2015

Use a button element as a button. See #805, #671.

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