Autore Topic: Risolto: Zebra.css et similia  (Letto 2549 volte)

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline Underpass

  • I've got fabric to sell
  • Amministratore
  • Post: 24618
    • Mozilla Italia
Re: Zebra.css et similia
« Risposta #15 il: 26 Novembre 2006 11:37:48 »
Io uso questo codice, senza usare il tema Mostly Crystal:



Codice: [Seleziona]
treechildren::-moz-tree-row(odd) {
  border: 1px solid transparent !important;
  background-color: #FFFFFF !important;
  min-height: 18px !important;
  height: 1.3em !important;
}

treechildren::-moz-tree-row(even) {
  border: 1px solid transparent !important;
  background-color: #F4F4F4 !important;
  min-height: 18px !important;
  height: 1.3em !important;
}

treechildren::-moz-tree-row(selected) {
  background-color: -moz-Dialog !important;
}

treechildren::-moz-tree-row(selected, focus) {
  background-color: Highlight !important;
}

treechildren::-moz-tree-row(current, focus) {
  border: 1px dotted #000000 !important;
}

treechildren::-moz-tree-row(selected, current, focus) {
  border: 1px dotted #C0C0C0 !important;
}

tree[selstyle="primary"] > treechildren::-moz-tree-row {
  border: none !important;
  background-color: transparent !important;
}

0 Utenti e 1 Visitatore stanno visualizzando questo topic.