phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/mobile/themes/common/Button.less

30 lines
647 B
Plaintext
Raw Permalink Normal View History

2012-06-19 02:07:43 +00:00
/* dojox.mobile.Button */
.mblButton {
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: rgba(255,255,255,0);
.mblButton-styles;
&.mblBlueButton {
-webkit-tap-highlight-color: rgba(255,255,255,0);
.mblButton-mblBlueButton-styles;
}
&.mblBlueButtonSelected {
.mblButton-mblBlueButtonSelected-styles;
}
&.mblRedButton {
-webkit-tap-highlight-color: rgba(255,255,255,0);
.mblButton-mblRedButton-styles;
}
&.mblRedButtonSelected {
.mblButton-mblRedButtonSelected-styles;
}
}
.mblButtonSelected {
.mblButtonSelected-styles;
}
.mblButtonDisabled,
.mblButton:disabled {
cursor: default;
.mblButtonDisabled-styles;
}