summaryrefslogtreecommitdiff
path: root/gtk/inspector/inspector.css
blob: 70b777d5e7ff6e83245452a847db295b1f23abd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* 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,
.list .cell combobox
 {
  min-height: 24px;
  min-width: 0;
  padding: 0 4px;
}