@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*
 * Stylish Mgr: FlatStylish (British Blue)
 **^************************************************^**/

  #styles-children, #style-list {  
    background-color:  #f5f5f5  !important;  
    font-family:  "Trebuchet MS"  !important;
  } 
  #stylish treechildren:-moz-tree-row(even) {
    background-color:  #f5f5f5  !important;
  } 
  #stylish treechildren:-moz-tree-row(odd) {
    background-color:  #e5e5e5  !important; 
  } 
  #stylish treechildren:-moz-tree-cell-text {
    color:  #000  !important; 
  } 
  #stylish treechildren:-moz-tree-cell-text(selected) {
    color:  #fff  !important; 
  } 
  #stylish treechildren:-moz-tree-row(selected) {
    background-color:  #579  !important;
  } 
  #stylish treechildren:-moz-tree-row(selected,focus) {
    border:  1px  solid  #579  !important;
  } 
  #stylish treechildren:-moz-tree-row(hover) {
    border:  1px  solid  #000  !important;
    background-color:  #FFEFC6  !important; 
  }
  #stylish treechildren:-moz-tree-cell-text(hover) {
    color:  #000  !important; 
  } 

@-moz-document url-prefix("chrome://stylish/content/manage.xul") { 

/* disabled (remove this is you don't want the empty checkboxes)
 */
/*  treechildren::-moz-tree-checkbox {
    margin: 1px 0px 1px 0px !important;
    border:  1px  solid  #000  !important;
    background: #f5f5f5  !important;
  } 
 */
/* enabled
 */
  treechildren::-moz-tree-checkbox(checked) {
    margin:  1px 0px 1px 0px  !important;
    border:  1px  solid  #000  !important;
    background:  #d3fed7  !important;
  }
}