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.
57 lines
1000 B
57 lines
1000 B
html.mobile, |
|
.mobile body { |
|
width: 100%; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.mobile body { |
|
overflow-x: hidden; |
|
-webkit-text-size-adjust: none; |
|
font-family: Helvetica; |
|
font-size: 17px; |
|
color: #000000; |
|
} |
|
.mblBackground { |
|
background-color: white; |
|
} |
|
/* Button Colors */ |
|
.mblColorBlue { |
|
color: #ffffff; |
|
background-color: #366edf; |
|
background-image: none; |
|
} |
|
.mblColorBlue45 { |
|
background-image: none; |
|
} |
|
/* Default Button Colors */ |
|
.mblColorDefault { |
|
color: #000000; |
|
background-color: rgba(0, 0, 0, 0); |
|
background-image: none; |
|
} |
|
.mblColorDefault45 { |
|
background-color: #007aff; |
|
} |
|
.mblColorDefaultSel { |
|
color: #eeeeee; |
|
background-color: rgba(0, 0, 0, 0); |
|
background-image: none; |
|
} |
|
.mblColorDefaultSel45 { |
|
background-color: #a7a7aa; |
|
} |
|
.mblSpriteIcon { |
|
position: absolute; |
|
} |
|
.mblSpriteIconParent { |
|
position: relative; |
|
font-size: 1px; |
|
} |
|
.mblImageIcon { |
|
vertical-align: top; |
|
} |
|
.unselectable { |
|
-ms-user-select: none; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
}
|
|
|