cssbutton.css revision 4b1258f30f39e9016371506f2b4d1140c976fc02
ae7308f82c607be18b5555aa4d82dc9c0f7b0c4bAdam Moore.yui3-button {
ae7308f82c607be18b5555aa4d82dc9c0f7b0c4bAdam Moore /* Structure */
bf2db5a2db0d6417cb67fde5ea8f855714f96cbdRyan Grove display: inline-block;
bf2db5a2db0d6417cb67fde5ea8f855714f96cbdRyan Grove *display: inline; /*IE 6*/
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove font-size: 100%;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove *+font-size: 90%;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove padding: 0 1em;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove *+margin: 2px; /*IE 6/7*/
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove line-height: normal;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove line-height: 2;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove white-space: nowrap;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove vertical-align: baseline;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove text-align: center;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove cursor: pointer;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove -webkit-user-drag: none;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove -webkit-user-select: none;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove -moz-user-select: none;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove user-select: none;
44c5bf47bb4c5ef44563f475b8bf2f26f48825f0Ryan Grove /* Presentation */
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove color: rgba(0,0,0, 0.80);
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove *color: #444; /*IE 6*/
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove border: none;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove border: outset 1px #999\9; /*IE 6/7/8*/
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove background-color: #E6E6E6;
68be53eabcd12a9495f65bf15eb9429441154511Ryan Grove filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
ae7308f82c607be18b5555aa4d82dc9c0f7b0c4bAdam Moore background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
ae7308f82c607be18b5555aa4d82dc9c0f7b0c4bAdam Moore background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
height: 2em; /* Fixes height for <input> in firefox/opera */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#26000000', GradientType=0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0, 0.10)), to(rgba(0,0,0, 0.15)));
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
#yui3-css-stamp.cssbutton { display: none; }