mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08:00
parent
a7d3a2e221
commit
a28a9f732d
1 changed files with 5 additions and 0 deletions
5
vendors/bootstrap/less/dropdowns.less
vendored
5
vendors/bootstrap/less/dropdowns.less
vendored
|
@ -2,6 +2,11 @@
|
|||
// Dropdown menus
|
||||
// --------------------------------------------------
|
||||
|
||||
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
// The dropdown menu (ul)
|
||||
// ----------------------
|
||||
|
|
Loading…
Reference in a new issue