Sha256: c79f0cef2cea9187f2a638f60dc42b2e04f6fa471e20e445f0dc458cc39d9efb
Contents?: true
Size: 703 Bytes
Versions: 41
Compression:
Stored size: 703 Bytes
Contents
/*! Pure v0.6.0 Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yahoo/pure/blob/master/LICENSE.md */ .pure-button { /* Structure */ display: inline-block; zoom: 1; line-height: normal; white-space: nowrap; vertical-align: middle; text-align: center; cursor: pointer; -webkit-user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Firefox: Get rid of the inner focus border */ .pure-button::-moz-focus-inner { padding: 0; border: 0; }
Version data entries
41 entries across 41 versions & 1 rubygems