diff options
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 29870dc30..da59ce15a 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -224,6 +224,17 @@ display: block; background-color: none; } + // Dividers (basically an hr) within the dropdown + .divider { + height: 1px; + margin: 5px 0; + overflow: hidden; + background-color: #eee; + border-bottom: 1px solid #fff; + } +} + +.topbar .dropdown-menu, .dropdown-menu { // Links within the dropdown menu a { display: block; @@ -242,15 +253,8 @@ .box-shadow(@shadow); } } - // Dividers (basically an hr) within the dropdown - .divider { - height: 1px; - margin: 5px 0; - overflow: hidden; - background-color: #eee; - border-bottom: 1px solid #fff; - } } + // Open state for the dropdown .dropdown.open { .dropdown-toggle { |
