mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Fix TextField for the Configure Stream.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user