2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
7 .yui-skin-sam .yui-button {
11 border-color: #808080;
12 background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
17 .yui-skin-sam .yui-button .first-child {
21 border-color: #808080;
25 Using negative margins for rounded corners won't work in IE 6 and IE 7
26 (Quirks Mode Only), so set the "margin" property to "0" for those
33 .yui-skin-sam .yui-button button,
34 .yui-skin-sam .yui-button a {
37 font-size: 93%; /* 12px */
38 line-height: 2; /* ~24px */
39 *line-height: 1.7; /* For IE */
40 min-height: 2em; /* For Gecko */
41 *min-height: auto; /* For IE */
46 .yui-skin-sam .yui-button a {
49 Necessary to get Buttons of type "link" to be the correct
57 .yui-skin-sam .yui-split-button button,
58 .yui-skin-sam .yui-menu-button button {
61 background-position: right center;
62 background-repeat: no-repeat;
66 .yui-skin-sam .yui-menu-button button {
68 background-image: url(menu-button-arrow.png);
72 .yui-skin-sam .yui-split-button button {
74 background-image: url(split-button-arrow.png);
82 .yui-skin-sam .yui-button-focus {
84 border-color: #7D98B8;
85 background-position: 0 -1300px;
89 .yui-skin-sam .yui-button-focus .first-child {
91 border-color: #7D98B8;
95 .yui-skin-sam .yui-button-focus button,
96 .yui-skin-sam .yui-button-focus a {
102 .yui-skin-sam .yui-split-button-focus button {
104 background-image: url(split-button-arrow-focus.png);
111 .yui-skin-sam .yui-button-hover {
113 border-color: #7D98B8;
114 background-position: 0 -1300px;
118 .yui-skin-sam .yui-button-hover .first-child {
120 border-color: #7D98B8;
124 .yui-skin-sam .yui-button-hover button,
125 .yui-skin-sam .yui-button-hover a {
131 .yui-skin-sam .yui-split-button-hover button {
133 background-image: url(split-button-arrow-hover.png);
140 .yui-skin-sam .yui-button-active {
142 border-color: #7D98B8;
143 background-position: 0 -1700px;
147 .yui-skin-sam .yui-button-active .first-child {
149 border-color: #7D98B8;
153 .yui-skin-sam .yui-button-active button,
154 .yui-skin-sam .yui-button-active a {
160 .yui-skin-sam .yui-split-button-activeoption {
162 border-color: #808080;
163 background-position: 0 0;
167 .yui-skin-sam .yui-split-button-activeoption .first-child {
169 border-color: #808080;
173 .yui-skin-sam .yui-split-button-activeoption button {
175 background-image: url(split-button-arrow-active.png);
182 .yui-skin-sam .yui-radio-button-checked,
183 .yui-skin-sam .yui-checkbox-button-checked {
185 border-color: #304369;
186 background-position: 0 -1400px;
190 .yui-skin-sam .yui-radio-button-checked .first-child,
191 .yui-skin-sam .yui-checkbox-button-checked .first-child {
193 border-color: #304369;
197 .yui-skin-sam .yui-radio-button-checked button,
198 .yui-skin-sam .yui-checkbox-button-checked button {
207 .yui-skin-sam .yui-button-disabled {
210 background-position: 0 -1500px;
214 .yui-skin-sam .yui-button-disabled .first-child {
220 .yui-skin-sam .yui-button-disabled button,
221 .yui-skin-sam .yui-button-disabled a {
228 .yui-skin-sam .yui-menu-button-disabled button {
230 background-image: url(menu-button-arrow-disabled.png);
234 .yui-skin-sam .yui-split-button-disabled button {
236 background-image: url(split-button-arrow-disabled.png);