Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 6: Line 6:
  
 
ul.fancytree-container {
 
ul.fancytree-container {
 +
    size: 1px;
 
     border: solid;
 
     border: solid;
}
+
    color: #A7D7F9
 
 
span.fancytree-icon {
 
  margin-left: 3px;
 
  display: none;
 
 
}
 
}

Revision as of 10:29, 24 March 2017

/* CSS placed here will be applied to all skins */

.fancytree ul {
    font-size: 12px;
}

ul.fancytree-container {
    size: 1px;
    border: solid;
    color: #A7D7F9
}