Welcome to mirror list, hosted at ThFree Co, Russian Federation.

buttons.less « bootstrap « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b61fea70d4e80ba70138ea2bdb3ac3ecf388a5c1 (plain)
1
2
3
.btn { box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
.btn-default { text-shadow: 0 1px 0 #fff; }
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info { text-shadow: 0 1px 0 rgba(0,0,0,0.2); }