Skip to content

Instantly share code, notes, and snippets.

@mixin button($padding: 5px 5px 5px 10px, $font-size: 1.1em, $width: auto, $bg-color-start: #479dcf, $bg-color-end: #2f6db7, $text-color: #FFF, $border-radius: 3px)
color: $text-color
background: $bg-color-start
$border-base: adjust-hue(darken($bg-color-start, 15%), 5%)
@include filter-gradient($bg-color-start, $bg-color-end, vertical) // IE6-8
// IE9 SVG, needs conditional override of 'filter' to 'none'
$experimental-support-for-svg: true
@include background-image(linear-gradient(top, $bg-color-start 0%,$bg-color-end 99%))
border-top: 1px solid $border-base
border-right: 1px solid adjust-hue(saturate(darken($border-base, 7%), 12%), 5%)
@mwbrooks
mwbrooks / config.xml
Created May 25, 2011 22:26
BlackBerry WebWorks Child Browser
<feature id="blackberry.invoke" />
<feature id="blackberry.invoke.BrowserArguments" />
<feature id="blackberry.identity" />