Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/glossy-buttons
A patch for Twitter Bootstrap that makes buttons glossy.
https://github.com/stefanbirkner/glossy-buttons
Last synced: about 1 month ago
JSON representation
A patch for Twitter Bootstrap that makes buttons glossy.
- Host: GitHub
- URL: https://github.com/stefanbirkner/glossy-buttons
- Owner: stefanbirkner
- Created: 2013-06-04T01:28:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T02:01:25.000Z (over 11 years ago)
- Last Synced: 2023-03-14T05:30:59.064Z (over 1 year ago)
- Homepage: http://stefanbirkner.github.io/glossy-buttons
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitter Bootstrap with glossy buttons
=====================================This project creates Twitter bootstrap with glossy buttons instead of gradient buttons. Simply execute
make
and you find Bootstrap at `./target/bootstrap`.
Prerequisites
-------------You need all prerequisites of Bootstrap. Additionally you need ImageMagick and apparently GNU make.
Configuration
-------------If you need a different alpha for the gloss effect, you can change it in the `Makefile`. There is a variable called `ALPHA` at the top, which is set to `grey25`.