2019-05-07 22:04:41 +00:00
|
|
|
/* some style for the inspector */
|
|
|
|
|
|
|
|
.header {
|
|
|
|
background: lightgray;
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header>* {
|
|
|
|
padding: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header sort_indicator {
|
|
|
|
min-width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header>*:not(:last-child) {
|
|
|
|
border-right: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .cell {
|
|
|
|
font-size: smaller;
|
|
|
|
padding: 0 2px;
|
|
|
|
min-height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .cell entry,
|
|
|
|
.list .cell spinbutton,
|
|
|
|
.list .cell button,
|
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,
|
|
|
|
.list .cell combobox {
|
2019-05-07 22:04:41 +00:00
|
|
|
padding: 0 4px;
|
|
|
|
}
|