2019-05-07 22:04:41 +00:00
|
|
|
/* some style for the inspector */
|
|
|
|
|
2019-12-08 17:53:46 +00:00
|
|
|
.list header {
|
|
|
|
background: white;
|
|
|
|
border: 1px solid lightgray;
|
2019-05-07 22:04:41 +00:00
|
|
|
}
|
|
|
|
|
2019-12-08 17:53:46 +00:00
|
|
|
.list header button {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list header button.dnd {
|
|
|
|
background: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list header>* {
|
2019-05-07 22:04:41 +00:00
|
|
|
padding: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-12-08 17:53:46 +00:00
|
|
|
.list header sort_indicator {
|
2019-05-07 22:04:41 +00:00
|
|
|
min-width: 16px;
|
|
|
|
}
|
|
|
|
|
2019-12-08 17:53:46 +00:00
|
|
|
.list header>*:not(:last-child) {
|
|
|
|
border-right: 1px solid lightgray;
|
2019-05-07 22:04:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list .cell {
|
|
|
|
font-size: smaller;
|
|
|
|
padding: 0 2px;
|
|
|
|
min-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .cell entry,
|
|
|
|
.list .cell spinbutton,
|
|
|
|
.list .cell button,
|
2020-07-07 06:12:30 +00:00
|
|
|
.list .cell dropdown
|
2019-10-06 12:47:36 +00:00
|
|
|
.list .cell combobox {
|
2019-05-07 22:04:41 +00:00
|
|
|
min-height: 24px;
|
|
|
|
min-width: 0;
|
2019-10-06 12:47:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list .cell entry,
|
|
|
|
.list .cell button,
|
2020-07-07 06:12:30 +00:00
|
|
|
.list .cell dropdown
|
2019-10-06 12:47:36 +00:00
|
|
|
.list .cell combobox {
|
2019-05-07 22:04:41 +00:00
|
|
|
padding: 0 4px;
|
|
|
|
}
|
2020-07-07 06:05:18 +00:00
|
|
|
|
|
|
|
stacksidebar.object-details {
|
|
|
|
border-top: 1px solid lightgray;
|
|
|
|
}
|