summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css
new file mode 100644
index 0000000..c1bd8cf
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/android/Button-compat.css
@@ -0,0 +1,33 @@
+/* dojox.mobile.Button */
+.mblButton {
+ background-color: #cfcfcf;
+ background-image: url(compat/button-bg.png);
+ background-repeat: repeat-x;
+ -moz-border-radius: 3px;
+ -o-border-radius: 3px;
+ -ms-border-radius: 3px;
+ border-radius: 3px;
+}
+.mblButtonSelected {
+ background-color: #ffab00;
+ background-image: url(compat/button-sel-bg.png);
+}
+.mblButtonDisabled {
+ background-image: none;
+}
+.mblBlueButton {
+ background-color: #2261dd;
+ background-image: url(compat/blue-button-bg.png);
+}
+.mblBlueButtonSelected {
+ background-color: #ffab00;
+ background-image: url(compat/button-sel-bg.png);
+}
+.mblRedButton {
+ background-color: #ee4115;
+ background-image: url(compat/red-button-bg.png);
+}
+.mblRedButtonSelected {
+ background-color: #ffab00;
+ background-image: url(compat/button-sel-bg.png);
+}