You are here

taxonomy_manager.fancytree.css in Taxonomy Manager 8

Same filename and directory in other branches
  1. 2.0.x css/taxonomy_manager.fancytree.css
#edit-taxonomy-manager ul.fancytree-container,
#edit-taxonomy-manager .fancytree-container:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
  -moz-outline-style: none;
}

File

css/taxonomy_manager.fancytree.css
View source
  1. #edit-taxonomy-manager ul.fancytree-container,
  2. #edit-taxonomy-manager .fancytree-container:focus {
  3. background-color: transparent;
  4. border: 0;
  5. outline: 0;
  6. -moz-outline-style: none;
  7. }