root / trunk / web / dojo / dojox / mobile / themes / buttons-compat.css @ 12
History | View | Annotate | Download (773 Bytes)
1 | 9 | andrej.cim | .mblBlueMinusButton {
|
---|---|---|---|
2 | background-image: url(compat/small-blue-button-bg.png); |
||
3 | } |
||
4 | .mblDarkBlueMinusButton {
|
||
5 | background-image: url(compat/small-darkblue-button-bg.png); |
||
6 | } |
||
7 | .mblRedMinusButton {
|
||
8 | background-image: url(compat/small-red-button-bg.png); |
||
9 | } |
||
10 | .mblBluePlusButton {
|
||
11 | background-image: url(compat/small-blue-button-bg.png); |
||
12 | } |
||
13 | .mblDarkBluePlusButton {
|
||
14 | background-image: url(compat/small-darkblue-button-bg.png); |
||
15 | } |
||
16 | .mblRedPlusButton {
|
||
17 | background-image: url(compat/small-red-button-bg.png); |
||
18 | } |
||
19 | .mblCheckOnButton {
|
||
20 | background-image: url(compat/check-on-button.png); |
||
21 | } |
||
22 | .mblCheckOnButton DIV, .mblCheckOnButton P { |
||
23 | display: none; |
||
24 | } |
||
25 | .mblCheckOffButton {
|
||
26 | background-image: url(compat/check-off-button.png); |
||
27 | } |
||
28 | .mblCheckOffButton DIV, .mblCheckOffButton P { |
||
29 | display: none; |
||
30 | } |