mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
27 lines
415 B
CSS
27 lines
415 B
CSS
.quest_editor_QuesInfoView {
|
|
box-sizing: border-box;
|
|
padding: 3px;
|
|
overflow: auto;
|
|
outline: none;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView table {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView th {
|
|
text-align: left;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView .core_TextInput {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView .core_TextArea {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView textarea {
|
|
width: 100%;
|
|
}
|