2019-09-09 12:51:57 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
title: Miscellaneous
|
|
|
|
---
|
|
|
|
AdminLTE has smaller custom classes that not related to other components are listed here.
|
|
|
|
|
|
|
|
|
2019-09-16 10:05:55 +00:00
|
|
|
### Dropdown Menu Large
|
|
|
|
You can add the `.dropdown-menu-lg` to `.dropdown-menu` for a bigger dropdown menu.
|
|
|
|
|
|
|
|
|
2019-09-09 12:51:57 +00:00
|
|
|
### 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)
|
|
|
|
|