phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/mobile/themes/blackberry/Button.css

46 lines
1.6 KiB
CSS
Raw Permalink Normal View History

2012-06-19 02:07:43 +00:00
.mblButton {
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: 0px 10px;
height: 29px;
border: #9CACC0 1px outset;
-webkit-border-radius: 6px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce));
color: black;
font-family: Helvetica;
font-size: 16px;
line-height: 29px;
}
.mblButton.mblBlueButton {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
border-color: #9CACC0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
color: white;
}
.mblButton.mblBlueButtonSelected {
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
color: white;
}
.mblButton.mblRedButton {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
border-color: #9CACC0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9d58), to(#ee4115), color-stop(0.5, #ff4d25), color-stop(0.5, #ed4d15));
color: white;
}
.mblButton.mblRedButtonSelected {
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
color: white;
}
.mblButtonSelected {
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
color: white;
}
.mblButtonDisabled, .mblButton:disabled {
cursor: default;
border-color: grey;
color: grey;
background-image: none;
}