summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/374719-1-css.css
blob: 403f5c1e1dfe0b53c66579262239c82a6933022b (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
gridlikebox {
  margin: 2px 4px;
  background-color: -moz-Field;
  color: -moz-FieldText;
  -moz-binding: url('374719-1-xbl.xml#gridlike');
  -moz-user-focus: normal;
  -moz-appearance: listbox;
}

gridlikehead {
  -moz-binding: url("374719-1-xbl.xml#gridlikehead");
}

gridlikebox > scrollbox > box {
  display: -moz-grid;
}

gridlikecols, gridlikehead, gridlikerows, gridlikeboxbody {
  display: -moz-grid-group;
}

gridlikecol, gridlikeitem, gridlikeheaditem {
  display: -moz-grid-line;
}

gridlikehead {
  -moz-box-orient: vertical;
}

gridlikerows {
  -moz-box-orient: vertical;
  -moz-box-flex: 1;
}

gridlikeboxbody {
  -moz-box-orient: vertical;
  -moz-box-flex: 1;
}

gridlikecol {
  -moz-box-orient: vertical;
  min-width: 16px;
}

gridlikeheader {
  -moz-binding: url("chrome://global/content/bindings/listbox.xml#listheader");
  -moz-box-ordinal-group: 2147483646;
}

gridlikeheader {
  -moz-appearance: treeheadercell;
  -moz-box-align: center;
  border: 2px solid;
  -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  background-color: -moz-Dialog;
  color: -moz-DialogText;
  padding: 0 4px;
}