miscellaneous.md 533 字节
Newer Older
1 2 3 4 5 6 7
---
layout: page
title: Miscellaneous
---
AdminLTE has smaller custom classes that not related to other components are listed here.


8 9 10 11
### Dropdown Menu Large
You can add the `.dropdown-menu-lg` to `.dropdown-menu` for a bigger dropdown menu.


12 13 14 15 16 17
### Dropdown Hover
You can add the `.dropdown-hover` class beside this classes:
- `.dropdown` (to use hover for the whole dropdown menu)
- `.dropdown-menu` (to use hover on a specific menu item & sub menus)
- `.dropdown-submenu` (to use hover on a specific sub menu item & sub sub menus)