rdf/tests/dsds/DataSourceViewer.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0bf1de31a648
1 tree {
2 display: table;
3 background-color: white;
4 border: none;
5 border-spacing: 0px;
6 /*border-collapse: collapse;*/
7 width: 100%;
8 table-layout: fixed;
9 }
10
11 treeitem {
12 display: table-row;
13 }
14
15 treehead {
16 display: table-header-group;
17 }
18
19 treebody {
20 display: table-row-group;
21 }
22
23 treecell {
24 display: table-cell;
25 color: black;
26 font-family: Verdana;
27 font-size: 10pt;
28 white-space: nowrap;
29 }
30
31 treecell[selectedcell] {
32 background-color: #666699;
33 color: white;
34 }

mercurial