Fix TextField for the Configure Stream.

This commit is contained in:
gaba
2017-02-14 15:31:12 -08:00
parent f51c857e8b
commit b1d90dfd87
6 changed files with 63 additions and 43 deletions
@@ -49,3 +49,21 @@ p {
.hidden {
display: none;
}
/* Question Box Styles */
.configSettingQuestionBox {
background: white;
}
.configSettingQuestionBoxInfo {
top: 0;
border: 10px;
background: white;
color: inherit;
width: 100%;
text-align: left;
padding: 5px;
font-weight: bold;
display: block;
}