yaptc/lib/pure/buttons-core.css

31 lines
703 B
CSS
Raw Normal View History

2015-02-09 10:23:30 -05:00
/*!
Pure v0.6.0
2015-02-09 10:23:30 -05:00
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
2015-02-09 10:23:30 -05:00
*/
.pure-button {
/* Structure */
display: inline-block;
zoom: 1;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
2015-02-09 10:23:30 -05:00
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;
2015-02-09 10:23:30 -05:00
}
/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
padding: 0;
border: 0;
}