Projet

Général

Profil

Révision a8cee257

Ajouté par Assos Assos il y a plus de 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/dhtml_menu/dhtml_menu.css
1
/* $Id: dhtml_menu.css,v 1.9 2009/11/07 00:57:37 arancaytar Exp $ */
2 1

  
3 2
/**
4 3
 * @file dhtml_menu.css
......
44 43
/*
45 44
 * Provide large and visible folder icons for easy clicking.
46 45
 */
47
li.dhtml-folder.expanded {
48
  list-style-image: url("images/folder-open-white.png") !important;
46
li.dhtml-folder {
47
    list-style: none;
49 48
}
50
li.dhtml-folder.collapsed {
51
  list-style-image: url("images/folder-closed-white.png") !important;
49
li.dhtml-folder.expanded .dhtml-menu-icon {
50
    background-image: url("images/folder-open-white.png");
51
}
52
li.dhtml-folder.collapsed .dhtml-menu-icon {
53
    background-image: url("images/folder-closed-white.png");
52 54
}
53 55

  

Formats disponibles : Unified diff