pjs/rdf/resources/sidebar.css

54 строки
705 B
CSS
Исходник Обычный вид История

1999-02-10 22:15:46 +03:00
window {
display: block;
}
tree {
display: table;
background-color: #eeeeee;
border: none;
border-spacing: 0px;
1999-02-26 05:45:25 +03:00
// border-collapse: collapse;
1999-02-10 22:15:46 +03:00
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecol {
display: table-column;
width: 200px;
}
1999-02-10 22:15:46 +03:00
treecell {
display: table-cell;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
1999-02-10 22:15:46 +03:00
}
treehead treeitem treecell {
background-color: #a0a0a0;
border: thin black solid;
}
treecell[selectedcell] {
background-color: yellow;
}
treecell[sortActive="true"] {
background-color: #404040;
}
treecol[sortActive="true"] {
background-color: green;
}
1999-02-10 22:15:46 +03:00