phantasmal-world/src/quest_editor/gui/NpcCountsView.css
2019-08-27 14:50:16 +02:00

22 lines
349 B
CSS

.quest_editor_NpcCountsView {
box-sizing: border-box;
padding: 3px;
overflow: auto;
}
.quest_editor_NpcCountsView table {
user-select: text;
width: 100%;
max-width: 300px;
margin: 0 auto;
}
.quest_editor_NpcCountsView th {
cursor: text;
text-align: left;
}
.quest_editor_NpcCountsView td {
cursor: text;
}