Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 19: Line 19:
  
 
span.fancytree-icon {
 
span.fancytree-icon {
 +
  margin-left: 3px;
 
   display: none;
 
   display: none;
 
}
 
}

Revision as of 11:40, 23 March 2017

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

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}

span.fancytree-icon {
  margin-left: 3px;
  display: none;
}