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.
34 lines
796 B
34 lines
796 B
/* dojox.mobile.TextArea */ |
|
.mblTextArea { |
|
padding: 4px 1px; |
|
border-width: 1px; |
|
border-style: inset; |
|
font-family: Helvetica; |
|
font-size: 13px; |
|
display: block; |
|
background-color: #bfbfbf; |
|
border: 2px solid #ffffff; |
|
margin-top: 8px; |
|
margin-bottom: 8px; |
|
border-radius: 0; |
|
font-family: "Segoe WP", "Segoe UI", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "BBAlpha Sans", "sans-serif"; |
|
border-color: #bfbfbf; |
|
padding: 0 0 0 3px; |
|
font-size: 9pt; |
|
width: calc(100% - 10px); |
|
} |
|
/* dojox.mobile.ExpandingTextArea */ |
|
.mblExpandingTextArea { |
|
margin: 2px; |
|
} |
|
.mblTextArea:active, |
|
.mblTextArea:focus { |
|
border-color: Highlight; |
|
background-color: white; |
|
color: black; |
|
} |
|
.mblTextArea[disabled] { |
|
border-color: #808080; |
|
background-color: transparent; |
|
color: #808080; |
|
}
|
|
|