You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.1 KiB
59 lines
1.1 KiB
/* dojox.mobile.Button */ |
|
.mblButton { |
|
background-image: url(compat/button-bg.png); |
|
background-repeat: repeat-x; |
|
} |
|
.mblButtonSelected { |
|
background-image: url(compat/button-sel-bg.png); |
|
} |
|
.mblBlueButton { |
|
background-image: url(compat/blue-button-bg.png); |
|
} |
|
.mblBlueButtonSelected { |
|
background-image: url(compat/blue-button-sel-bg.png); |
|
} |
|
.mblRedButton { |
|
background-image: url(compat/red-button-bg.png); |
|
} |
|
.mblRedButtonSelected { |
|
background-image: url(compat/red-button-sel-bg.png); |
|
} |
|
.dj_gecko .mblButton { |
|
background-image: none; |
|
} |
|
.dj_gecko .mblButtonSelected { |
|
background-image: none; |
|
} |
|
.dj_gecko .mblBlueButton { |
|
background-image: none; |
|
} |
|
.dj_gecko .mblBlueButtonSelected { |
|
background-image: none; |
|
} |
|
.dj_gecko .mblRedButton { |
|
background-image: none; |
|
} |
|
.dj_gecko .mblRedButtonSelected { |
|
background-image: none; |
|
} |
|
.dj_ff3 .mblButton { |
|
-moz-border-radius: 2px; |
|
} |
|
.mblButton { |
|
background-image: none; |
|
} |
|
.mblButtonSelected { |
|
background-image: none; |
|
} |
|
.mblBlueButton { |
|
background-image: none; |
|
} |
|
.mblBlueButtonSelected { |
|
background-image: none; |
|
} |
|
.mblRedButton { |
|
background-image: none; |
|
} |
|
.mblRedButtonSelected { |
|
background-image: none; |
|
}
|
|
|