gtk2/gtk/inspector/inspector.css
Matthias Clasen 2a9d2cc7e9 inspector: Touch up list styling
This is just the minimal amount of work to make
headers recognizable.
2020-05-31 09:24:19 -04:00

48 lines
667 B
CSS

/* some style for the inspector */
.list header {
background: white;
border: 1px solid lightgray;
}
.list header button {
background: none;
}
.list header button.dnd {
background: gray;
}
.list header>* {
padding: 2px;
font-weight: bold;
}
.list header sort_indicator {
min-width: 16px;
}
.list header>*:not(:last-child) {
border-right: 1px solid lightgray;
}
.list .cell {
font-size: smaller;
padding: 0 2px;
min-height: 24px;
}
.list .cell entry,
.list .cell spinbutton,
.list .cell button,
.list .cell combobox {
min-height: 24px;
min-width: 0;
}
.list .cell entry,
.list .cell button,
.list .cell combobox {
padding: 0 4px;
}