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

Disabled buttons #14

Closed
jamesfairhurst opened this issue May 28, 2011 · 1 comment
Closed

Disabled buttons #14

jamesfairhurst opened this issue May 28, 2011 · 1 comment

Comments

@jamesfairhurst
Copy link

Great boiler plate, been using it for a personal project and needed some disabled submit buttons, may be useful to include some in your CSS. A really basic style I've used:

button[disabled] {
    background:#ccc;
    border-color: #ccc;
    text-shadow:none;
}
@dhg
Copy link
Owner

dhg commented May 30, 2011

Hey James,

Thanks for the simple CSS addition. I spent some noodling on this and for now I am going to leave this out, but let me share why - I want Skeleton to be fantastically simple and only provide the absolute basics. I am trying to avoid including multiple button styles or multiple styles for anything because that's not what Skeleton is about. It's not my intention for people to directly use Skeleton's styles for a site, but rather as a starting off point for a loose prototype or for the responsive grid.

Hope this is clear, but would love to chat with you more about it if you would like. Hit me up at hi@getskeleton.com!

Thanks for your contribution and I hope your project is going well - would love to see the results if you get a chance to share those!

Cheers
Dave

@dhg dhg closed this as completed May 30, 2011
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

2 participants