123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026 |
- /**
- * Creates the base structure of an Ext.Button
- * @member Ext.button.Button
- */
- @mixin extjs-button {
- .#{$prefix}btn {
- display: inline-block;
- zoom: 1;
- *display: inline;
- position: relative;
- cursor: pointer;
- cursor: hand;
- white-space: nowrap;
- vertical-align: middle;
- * {
- cursor: pointer;
- cursor: hand;
- }
- background-repeat: no-repeat;
- em {
- background-repeat: no-repeat;
- // Styles for an anchor button.
- a {
- text-decoration: none;
- display: block;
- color: inherit;
- // 100% rather than auto for consistency with the button element
- width: 100%;
- // This is needed for IE7 in strict mode to ensure that the icon element has the correct opacity on a
- // disabled link button. It seems only to be needed for buttons that are narrower than their icon
- // element
- zoom: 1;
- }
- }
- button {
- // 100% rather than auto so that IE7 renders file upload and date picker buttons correctly
- width: 100%;
- display: block;
- margin: 0;
- padding: 0;
- border: 0;
- background: none;
- outline: 0 none;
- overflow: hidden;
- vertical-align: bottom;
- -webkit-appearance: none;
- &::-moz-focus-inner {
- border: 0;
- padding: 0;
- }
- }
- .#{$prefix}btn-inner {
- display: block;
- white-space: nowrap;
- background-color: transparent;
- background-repeat: no-repeat;
- background-position: left center;
- overflow: hidden;
- }
- .#{$prefix}btn-left .#{$prefix}btn-inner {
- text-align: left;
- }
- .#{$prefix}btn-center .#{$prefix}btn-inner {
- text-align: center;
- }
- .#{$prefix}btn-right .#{$prefix}btn-inner {
- text-align: right;
- }
- }
- .#{$prefix}btn-disabled span {
- @include opacity(.5);
- .#{$prefix}ie6 &,
- .#{$prefix}ie7 & {
- filter:none;
- }
- }
- //remove the opacity rule of IE8
- .#{$prefix}ie7 .#{$prefix}btn-disabled,
- .#{$prefix}ie8 .#{$prefix}btn-disabled {
- filter:none;
- }
- .#{$prefix}ie6 .#{$prefix}btn-disabled,
- .#{$prefix}ie7 .#{$prefix}btn-disabled,
- .#{$prefix}ie8 .#{$prefix}btn-disabled {
- .#{$prefix}btn-icon {
- @include opacity(.6);
- }
- }
- @if $include-ie {
- /* IE9 shows scrollbars in a button unless this is set */
- .#{$prefix}ie9 .#{$prefix}btn button {
- overflow: visible!important;
- }
- * html .#{$prefix}ie {
- .#{$prefix}btn button {
- width: 1px;
- }
- }
- .#{$prefix}ie .#{$prefix}btn button {
- overflow-x: visible; /*prevents extra horiz space in IE*/
- vertical-align: baseline; /*IE doesn't like bottom*/
- }
- .#{$prefix}strict .#{$prefix}ie6,
- .#{$prefix}strict .#{$prefix}ie7 {
- .#{$prefix}btn .#{$prefix}frame-mc {
- height: 100%;
- }
- }
- }
- @if not $supports-border-radius or $compile-all {
- /* Keep the selector simple ".x-btn .x-frame-mc" is enough to target the center frame of the button table */
- .#{$prefix}btn {
- .#{$prefix}frame-mc {
- vertical-align: middle;
- white-space: nowrap;
- cursor: pointer;
- }
- }
- /* Only center when all there is is text. Otherwise solo icons get centered. */
- .#{$prefix}btn-noicon {
- .#{$prefix}frame-mc {
- text-align: center;
- }
- }
- }
- .#{$prefix}btn-icon-text-left .#{$prefix}btn-icon {
- background-position: left center;
- }
- .#{$prefix}btn-icon-text-right .#{$prefix}btn-icon {
- background-position: right center;
- }
- .#{$prefix}btn-icon-text-top .#{$prefix}btn-icon {
- background-position: center top;
- }
- .#{$prefix}btn-icon-text-bottom .#{$prefix}btn-icon {
- background-position: center bottom;
- }
- .#{$prefix}btn {
- button, a {
- position: relative;
- .#{$prefix}btn-icon {
- position: absolute;
- background-repeat: no-repeat;
- }
- }
- }
- .#{$prefix}btn-arrow-right {
- background: transparent no-repeat right center;
- padding-right: $button-arrow-size;
- .#{$prefix}btn-inner {
- padding-right: 0 !important;
- }
- }
- .#{$prefix}toolbar .#{$prefix}btn-arrow-right {
- padding-right: $button-toolbar-arrow-size;
- }
- .#{$prefix}btn-arrow-bottom {
- background: transparent no-repeat center bottom;
- padding-bottom: $button-arrow-size;
- }
- .#{$prefix}btn-arrow {
- background-image: theme-background-image($theme-name, 'button/arrow.gif');
- display: block;
- }
- //split buttons
- .#{$prefix}btn-split-right,
- .#{$prefix}btn-over .#{$prefix}btn-split-right {
- background: transparent no-repeat right center;
- background-image: theme-background-image($theme-name, 'button/s-arrow.gif');
- padding-right: $button-split-size !important;
- }
- .#{$prefix}btn-split-bottom,
- .#{$prefix}btn-over .#{$prefix}btn-split-bottom {
- background: transparent no-repeat center bottom;
- background-image: theme-background-image($theme-name, 'button/s-arrow-b.gif');
- padding-bottom: $button-split-size;
- }
- .#{$prefix}toolbar .#{$prefix}btn-split-right {
- background-image: theme-background-image($theme-name, 'button/s-arrow-noline.gif');
- padding-right: $button-toolbar-split-size !important;
- }
- .#{$prefix}toolbar .#{$prefix}btn-split-bottom {
- background-image: theme-background-image($theme-name, 'button/s-arrow-b-noline.gif');
- }
- .#{$prefix}btn-split {
- display: block;
- }
- .#{$prefix}item-disabled,
- .#{$prefix}item-disabled * {
- cursor: default;
- }
- .#{$prefix}cycle-fixed-width .#{$prefix}btn-inner {
- text-align: inherit;
- }
- .#{$prefix}btn-over .#{$prefix}btn-split-right { background-image: theme-background-image($theme-name, 'button/s-arrow-o.gif'); }
- .#{$prefix}btn-over .#{$prefix}btn-split-bottom { background-image: theme-background-image($theme-name, 'button/s-arrow-bo.gif'); }
- @include extjs-button-ui(
- /* UI + Scale */
- 'default-small',
- $button-small-border-radius,
- $button-small-border-width,
- $button-default-border-color,
- $button-default-border-color-over,
- $button-default-border-color-focus,
- $button-default-border-color-pressed,
- $button-default-border-color-disabled,
- $button-small-padding,
- $button-small-text-padding,
- $button-default-background-color,
- $button-default-background-color-over,
- $button-default-background-color-focus,
- $button-default-background-color-pressed,
- $button-default-background-color-disabled,
- $button-default-background-gradient,
- $button-default-background-gradient-over,
- $button-default-background-gradient-focus,
- $button-default-background-gradient-pressed,
- $button-default-background-gradient-disabled,
- $button-default-color,
- $button-default-color-over,
- $button-default-color-focus,
- $button-default-color-pressed,
- $button-default-color-disabled,
- $button-small-font-size,
- $button-small-font-size-over,
- $button-small-font-size-focus,
- $button-small-font-size-pressed,
- $button-small-font-size-disabled,
- $button-small-font-weight,
- $button-small-font-weight-over,
- $button-small-font-weight-focus,
- $button-small-font-weight-pressed,
- $button-small-font-weight-disabled,
- $button-small-font-family,
- $button-small-font-family-over,
- $button-small-font-family-focus,
- $button-small-font-family-pressed,
- $button-small-font-family-disabled,
- $button-small-icon-size
- );
- @include extjs-button-ui(
- 'default-medium',
- $button-medium-border-radius,
- $button-medium-border-width,
- $button-default-border-color,
- $button-default-border-color-over,
- $button-default-border-color-focus,
- $button-default-border-color-pressed,
- $button-default-border-color-disabled,
- $button-medium-padding,
- $button-medium-text-padding,
- $button-default-background-color,
- $button-default-background-color-over,
- $button-default-background-color-focus,
- $button-default-background-color-pressed,
- $button-default-background-color-disabled,
- $button-default-background-gradient,
- $button-default-background-gradient-over,
- $button-default-background-gradient-focus,
- $button-default-background-gradient-pressed,
- $button-default-background-gradient-disabled,
- $button-default-color,
- $button-default-color-over,
- $button-default-color-focus,
- $button-default-color-pressed,
- $button-default-color-disabled,
- $button-medium-font-size,
- $button-medium-font-size-over,
- $button-medium-font-size-focus,
- $button-medium-font-size-pressed,
- $button-medium-font-size-disabled,
- $button-medium-font-weight,
- $button-medium-font-weight-over,
- $button-medium-font-weight-focus,
- $button-medium-font-weight-pressed,
- $button-medium-font-weight-disabled,
- $button-medium-font-family,
- $button-medium-font-family-over,
- $button-medium-font-family-focus,
- $button-medium-font-family-pressed,
- $button-medium-font-family-disabled,
- $button-medium-icon-size
- );
- @include extjs-button-ui(
- 'default-large',
- $button-large-border-radius,
- $button-large-border-width,
- $button-default-border-color,
- $button-default-border-color-over,
- $button-default-border-color-focus,
- $button-default-border-color-pressed,
- $button-default-border-color-disabled,
- $button-large-padding,
- $button-large-text-padding,
- $button-default-background-color,
- $button-default-background-color-over,
- $button-default-background-color-focus,
- $button-default-background-color-pressed,
- $button-default-background-color-disabled,
- $button-default-background-gradient,
- $button-default-background-gradient-over,
- $button-default-background-gradient-focus,
- $button-default-background-gradient-pressed,
- $button-default-background-gradient-disabled,
- $button-default-color,
- $button-default-color-over,
- $button-default-color-focus,
- $button-default-color-pressed,
- $button-default-color-disabled,
- $button-large-font-size,
- $button-large-font-size-over,
- $button-large-font-size-focus,
- $button-large-font-size-pressed,
- $button-large-font-size-disabled,
- $button-large-font-weight,
- $button-large-font-weight-over,
- $button-large-font-weight-focus,
- $button-large-font-weight-pressed,
- $button-large-font-weight-disabled,
- $button-large-font-family,
- $button-large-font-family-over,
- $button-large-font-family-focus,
- $button-large-font-family-pressed,
- $button-large-font-family-disabled,
- $button-large-icon-size
- );
- @include extjs-button-ui(
- 'default-toolbar-small',
- $button-small-border-radius,
- $button-small-border-width,
- $button-toolbar-border-color,
- $button-toolbar-border-color-over,
- $button-toolbar-border-color-focus,
- $button-toolbar-border-color-pressed,
- $button-toolbar-border-color-disabled,
- $button-small-padding,
- $button-small-text-padding,
- $button-toolbar-background-color,
- $button-toolbar-background-color-over,
- $button-toolbar-background-color-focus,
- $button-toolbar-background-color-pressed,
- $button-toolbar-background-color-disabled,
- $button-toolbar-background-gradient,
- $button-toolbar-background-gradient-over,
- $button-toolbar-background-gradient-focus,
- $button-toolbar-background-gradient-pressed,
- $button-toolbar-background-gradient-disabled,
- $button-toolbar-color,
- $button-toolbar-color-over,
- $button-toolbar-color-focus,
- $button-toolbar-color-pressed,
- $button-toolbar-color-disabled,
- $button-small-font-size,
- $button-small-font-size-over,
- $button-small-font-size-focus,
- $button-small-font-size-pressed,
- $button-small-font-size-disabled,
- $button-small-font-weight,
- $button-small-font-weight-over,
- $button-small-font-weight-focus,
- $button-small-font-weight-pressed,
- $button-small-font-weight-disabled,
- $button-small-font-family,
- $button-small-font-family-over,
- $button-small-font-family-focus,
- $button-small-font-family-pressed,
- $button-small-font-family-disabled,
- $button-small-icon-size
- );
- @include extjs-button-ui(
- 'default-toolbar-medium',
- $button-medium-border-radius,
- $button-medium-border-width,
- $button-toolbar-border-color,
- $button-toolbar-border-color-over,
- $button-toolbar-border-color-focus,
- $button-toolbar-border-color-pressed,
- $button-toolbar-border-color-disabled,
- $button-medium-padding,
- $button-medium-text-padding,
- $button-toolbar-background-color,
- $button-toolbar-background-color-over,
- $button-toolbar-background-color-focus,
- $button-toolbar-background-color-pressed,
- $button-toolbar-background-color-disabled,
- $button-toolbar-background-gradient,
- $button-toolbar-background-gradient-over,
- $button-toolbar-background-gradient-focus,
- $button-toolbar-background-gradient-pressed,
- $button-toolbar-background-gradient-disabled,
- $button-toolbar-color,
- $button-toolbar-color-over,
- $button-toolbar-color-focus,
- $button-toolbar-color-pressed,
- $button-toolbar-color-disabled,
- $button-medium-font-size,
- $button-medium-font-size-over,
- $button-medium-font-size-focus,
- $button-medium-font-size-pressed,
- $button-medium-font-size-disabled,
- $button-medium-font-weight,
- $button-medium-font-weight-over,
- $button-medium-font-weight-focus,
- $button-medium-font-weight-pressed,
- $button-medium-font-weight-disabled,
- $button-medium-font-family,
- $button-medium-font-family-over,
- $button-medium-font-family-focus,
- $button-medium-font-family-pressed,
- $button-medium-font-family-disabled,
- $button-medium-icon-size
- );
- @include extjs-button-ui(
- 'default-toolbar-large',
- $button-large-border-radius,
- $button-large-border-width,
- $button-toolbar-border-color,
- $button-toolbar-border-color-over,
- $button-toolbar-border-color-focus,
- $button-toolbar-border-color-pressed,
- $button-toolbar-border-color-disabled,
- $button-large-padding,
- $button-large-text-padding,
- $button-toolbar-background-color,
- $button-toolbar-background-color-over,
- $button-toolbar-background-color-focus,
- $button-toolbar-background-color-pressed,
- $button-toolbar-background-color-disabled,
- $button-toolbar-background-gradient,
- $button-toolbar-background-gradient-over,
- $button-toolbar-background-gradient-focus,
- $button-toolbar-background-gradient-pressed,
- $button-toolbar-background-gradient-disabled,
- $button-toolbar-color,
- $button-toolbar-color-over,
- $button-toolbar-color-focus,
- $button-toolbar-color-pressed,
- $button-toolbar-color-disabled,
- $button-large-font-size,
- $button-large-font-size-over,
- $button-large-font-size-focus,
- $button-large-font-size-pressed,
- $button-large-font-size-disabled,
- $button-large-font-weight,
- $button-large-font-weight-over,
- $button-large-font-weight-focus,
- $button-large-font-weight-pressed,
- $button-large-font-weight-disabled,
- $button-large-font-family,
- $button-large-font-family-over,
- $button-large-font-family-focus,
- $button-large-font-family-pressed,
- $button-large-font-family-disabled,
- $button-large-icon-size
- );
- .#{$prefix}btn-default-toolbar-small-disabled,
- .#{$prefix}btn-default-toolbar-medium-disabled,
- .#{$prefix}btn-default-toolbar-large-disabled {
- border-color: transparent;
- background-image: none;
- background: transparent;
- }
- }
- /**
- * Creates a visual theme of an Ext.Button
- * @member Ext.button.Button
- */
- @mixin extjs-button-ui(
- $ui,
- $border-radius: 0px,
- $border-width: 0px,
- $border-color: null,
- $border-color-over: null,
- $border-color-focus: null,
- $border-color-pressed: null,
- $border-color-disabled: null,
- $padding: null,
- $text-padding: null,
- $background-color: null,
- $background-color-over: null,
- $background-color-focus: null,
- $background-color-pressed: null,
- $background-color-disabled: null,
- $background-gradient: null,
- $background-gradient-over: null,
- $background-gradient-focus: null,
- $background-gradient-pressed: null,
- $background-gradient-disabled: null,
- $color: null,
- $color-over: null,
- $color-focus: null,
- $color-pressed: null,
- $color-disabled: null,
- $font-size: null,
- $font-size-over: null,
- $font-size-focus: null,
- $font-size-pressed: null,
- $font-size-disabled: null,
- $font-weight: null,
- $font-weight-over: null,
- $font-weight-focus: null,
- $font-weight-pressed: null,
- $font-weight-disabled: null,
- $font-family: null,
- $font-family-over: null,
- $font-family-focus: null,
- $font-family-pressed: null,
- $font-family-disabled: null,
- $icon-size: null
- ) {
- .#{$prefix}btn-#{$ui} {
- border-color: $border-color;
- }
- @include x-frame('btn', $ui, $border-radius, $border-width, $padding, $background-color, $background-gradient, true);
- .#{$prefix}btn-#{$ui} .#{$prefix}btn-inner {
- font-size: $font-size;
- font-weight: $font-weight;
- font-family: $font-family;
- color: $color;
- background-repeat: no-repeat;
- padding: 0 $text-padding;
- }
- .#{$prefix}btn-#{$ui}-icon,
- .#{$prefix}btn-#{$ui}-noicon {
- button,
- a,
- .#{$prefix}btn-inner {
- height: $icon-size;
- line-height: $icon-size;
- }
- }
- //icons
- .#{$prefix}btn-#{$ui}-icon {
- button,
- a {
- padding: 0;
- }
- .#{$prefix}btn-inner {
- /* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
- width: $icon-size;
- padding: 0;
- }
- .#{$prefix}btn-icon {
- width: $icon-size;
- height: $icon-size;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- }
- .#{$prefix}btn-#{$ui}-icon-text-left {
- button,
- a {
- height: $icon-size;
- }
- .#{$prefix}btn-inner {
- height: $icon-size;
- line-height: $icon-size;
- padding-left: $icon-size + 4px;
- }
- .#{$prefix}btn-icon {
- width: $icon-size;
- height: auto;
- top: 0;
- left: 0;
- bottom: 0;
- right: auto;
- .#{$prefix}ie6 &,
- .#{$prefix}quirks & {
- height: $icon-size;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-icon-text-right {
- button,
- a {
- height: $icon-size;
- }
- .#{$prefix}btn-inner {
- height: $icon-size;
- line-height: $icon-size;
- padding-right: $icon-size + 4px !important;
- }
- .#{$prefix}btn-icon {
- width: $icon-size;
- height: auto;
- top: 0;
- left: auto;
- bottom: 0;
- right: 0;
- .#{$prefix}ie6 &,
- .#{$prefix}quirks & {
- height: $icon-size;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-icon-text-top {
- .#{$prefix}btn-inner {
- padding-top: $icon-size + 4px;
- }
- .#{$prefix}btn-icon {
- width: auto;
- height: $icon-size;
- top: 0;
- left: 0;
- bottom: auto;
- right: 0;
- .#{$prefix}ie6 &,
- .#{$prefix}quirks .#{$prefix}ie & {
- width: $icon-size;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-icon-text-bottom {
- .#{$prefix}btn-inner {
- padding-bottom: $icon-size + 4px;
- }
- .#{$prefix}btn-icon {
- width: auto;
- height: $icon-size;
- top: auto;
- left: 0;
- bottom: 0;
- right: 0;
- .#{$prefix}ie6 &,
- .#{$prefix}quirks .#{$prefix}ie & {
- width: $icon-size;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-over {
- @if $border-color-over != $border-color {
- border-color: $border-color-over;
- }
- @if $background-color-over != null {
- @include background-gradient($background-color-over, $background-gradient-over);
- }
- .#{$prefix}btn-inner {
- @if $color-over != $color {
- color: $color-over;
- }
- @if $font-weight-over != $font-weight {
- font-weight: $font-weight-over;
- }
- @if $font-size-over != $font-size {
- font-size: $font-size-over;
- }
- @if $font-family-over != $font-family {
- font-family: $font-family-over;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-focus {
- @if $border-color-focus != $border-color {
- border-color: $border-color-focus;
- }
- @if $background-color-focus != null {
- @include background-gradient($background-color-focus, $background-gradient-focus);
- }
- .#{$prefix}btn-inner {
- @if $color-focus != $color {
- color: $color-focus;
- }
- @if $font-weight-focus != $font-weight {
- font-weight: $font-weight-focus;
- }
- @if $font-size-focus != $font-size {
- font-size: $font-size-focus;
- }
- @if $font-family-focus != $font-family {
- font-family: $font-family-focus;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-menu-active,
- .#{$prefix}btn-#{$ui}-pressed {
- @if $border-color-pressed != $border-color {
- border-color: $border-color-pressed;
- }
- @if $background-color-pressed != null {
- @include background-gradient($background-color-pressed, $background-gradient-pressed);
- }
- .#{$prefix}btn-inner {
- @if $color-pressed != $color {
- color: $color-pressed;
- }
- @if $font-weight-pressed != $font-weight {
- font-weight: $font-weight-pressed;
- }
- @if $font-size-pressed != $font-size {
- font-size: $font-size-pressed;
- }
- @if $font-family-pressed != $font-family {
- font-family: $font-family-pressed;
- }
- }
- }
- .#{$prefix}btn-#{$ui}-disabled {
- @if $border-color-disabled != $border-color {
- border-color: $border-color-disabled;
- }
- @if $background-color-disabled != null {
- @include background-gradient($background-color-disabled, $background-gradient-disabled);
- }
- .#{$prefix}btn-inner {
- @if $color-disabled != $color {
- color: $color !important;
- }
- @if $font-weight-disabled != $font-weight {
- font-weight: $font-weight-disabled;
- }
- @if $font-size-disabled != $font-size {
- font-size: $font-size-disabled;
- }
- @if $font-family-disabled != $font-family {
- font-family: $font-family-disabled;
- }
- }
- }
- .#{$prefix}ie .#{$prefix}btn-#{$ui}-disabled {
- .#{$prefix}btn-inner {
- @if $color-disabled != $color {
- color: darken($color-disabled, 20) !important;
- }
- }
- }
- .#{$prefix}ie6 .#{$prefix}btn-#{$ui}-disabled {
- .#{$prefix}btn-inner {
- @if $color-disabled != $color {
- color: $color-disabled !important;
- }
- }
- }
- @if not $supports-border-radius or $compile-all {
- .#{$prefix}nbr {
- .#{$prefix}btn-#{$ui}-over {
- .#{$prefix}frame-tl,
- .#{$prefix}frame-bl,
- .#{$prefix}frame-tr,
- .#{$prefix}frame-br,
- .#{$prefix}frame-tc,
- .#{$prefix}frame-bc {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-over-corners.gif');
- }
- .#{$prefix}frame-ml,
- .#{$prefix}frame-mr {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-over-sides.gif');
- }
- .#{$prefix}frame-mc {
- background-color: $background-color-over;
- @if $background-gradient-over != null {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-over-bg.gif');
- }
- }
- }
- .#{$prefix}btn-#{$ui}-focus {
- .#{$prefix}frame-tl,
- .#{$prefix}frame-bl,
- .#{$prefix}frame-tr,
- .#{$prefix}frame-br,
- .#{$prefix}frame-tc,
- .#{$prefix}frame-bc {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-focus-corners.gif');
- }
- .#{$prefix}frame-ml,
- .#{$prefix}frame-mr {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-focus-sides.gif');
- }
- .#{$prefix}frame-mc {
- background-color: $background-color-focus;
- @if $background-gradient-focus != null {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-focus-bg.gif');
- }
- }
- }
- .#{$prefix}btn-#{$ui}-menu-active,
- .#{$prefix}btn-#{$ui}-pressed {
- .#{$prefix}frame-tl,
- .#{$prefix}frame-bl,
- .#{$prefix}frame-tr,
- .#{$prefix}frame-br,
- .#{$prefix}frame-tc,
- .#{$prefix}frame-bc {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-pressed-corners.gif');
- }
- .#{$prefix}frame-ml,
- .#{$prefix}frame-mr {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-pressed-sides.gif');
- }
- .#{$prefix}frame-mc {
- background-color: $background-color-pressed;
- @if $background-gradient-pressed != null {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-pressed-bg.gif');
- }
- }
- }
- .#{$prefix}btn-#{$ui}-disabled {
- .#{$prefix}frame-tl,
- .#{$prefix}frame-bl,
- .#{$prefix}frame-tr,
- .#{$prefix}frame-br,
- .#{$prefix}frame-tc,
- .#{$prefix}frame-bc {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-disabled-corners.gif');
- }
- .#{$prefix}frame-ml,
- .#{$prefix}frame-mr {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-disabled-sides.gif');
- }
- .#{$prefix}frame-mc {
- background-color: $background-color-disabled;
- @if $background-gradient-disabled != null {
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-disabled-bg.gif');
- }
- }
- }
- }
- }
- @if not $supports-gradients or $compile-all {
- @if $background-gradient != null {
- .#{$prefix}nlg {
- .#{$prefix}btn-#{$ui} {
- background-repeat: repeat-x;
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-bg.gif');
- }
- }
- }
- @if $background-gradient-over != null {
- .#{$prefix}nlg {
- .#{$prefix}btn-#{$ui}-over {
- background-repeat: repeat-x;
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-over-bg.gif');
- }
- }
- }
- @if $background-gradient-focus != null {
- .#{$prefix}nlg {
- .#{$prefix}btn-#{$ui}-focus {
- background-repeat: repeat-x;
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-focus-bg.gif');
- }
- }
- }
- @if $background-gradient-pressed != null {
- .#{$prefix}nlg {
- .#{$prefix}btn-#{$ui}-menu-active,
- .#{$prefix}btn-#{$ui}-pressed {
- background-repeat: repeat-x;
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-pressed-bg.gif');
- }
- }
- }
- @if $background-gradient-disabled != null {
- .#{$prefix}nlg {
- .#{$prefix}btn-#{$ui}-disabled {
- background-repeat: repeat-x;
- background-image: theme-background-image($theme-name, 'btn/btn-#{$ui}-disabled-bg.gif');
- }
- }
- }
- }
- };
|