aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 20:40:28 -0800
committerMark Otto <[email protected]>2012-01-07 20:40:28 -0800
commit2948d1c3b247a5aff1fd1f15cf72540e3f492f57 (patch)
tree0dd98ad6af62b23065313eaa206c374c1536695d /lib/dropdowns.less
parent1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (diff)
downloadbootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.tar.xz
bootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.zip
overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class
Diffstat (limited to 'lib/dropdowns.less')
-rw-r--r--lib/dropdowns.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index 00c686dc2..a1b9e37bc 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -1,4 +1,6 @@
-// Dropdown Menus
+// 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;
@@ -71,6 +73,7 @@
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
#gradient > .vertical(@blue, @blueDark);
+ #gradient > .vertical(@linkColor, darken(@linkColor, 5%));
@shadow: inset 0 1px 0 rgba(0,0,0,.075), inset 0 -1px rgba(0,0,0,.075);
.box-shadow(@shadow);
}