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.
17 lines
345 B
17 lines
345 B
/* dojox.mobile.RoundRect */ |
|
.mblRoundRect { |
|
margin: 7px 9px 16px; |
|
padding: 8px; |
|
border: 1px solid #cccccc; |
|
border-radius: 8px; |
|
background-color: #ffffff; |
|
border: none; |
|
background-color: transparent; |
|
border-radius: 0px; |
|
margin: 0px; |
|
padding: 0px; |
|
} |
|
.mblRoundRect.mblShadow { |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
}
|
|
|