diff options
| author | Mark Otto <[email protected]> | 2012-03-05 20:14:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 20:14:54 -0800 |
| commit | eaf464a2c513989ace98162074f84a14963e02a9 (patch) | |
| tree | 72fcd8ad8732ee23e596e2563f29e1239b01b449 /less | |
| parent | cb9234ba464d78d463a728dea2d40a0a3259d31a (diff) | |
| download | bootstrap-eaf464a2c513989ace98162074f84a14963e02a9.tar.xz bootstrap-eaf464a2c513989ace98162074f84a14963e02a9.zip | |
increase specifity of .pills li.active for dropdowns
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/navs.less b/less/navs.less index 3285c9ef6..c3604ae01 100644 --- a/less/navs.less +++ b/less/navs.less @@ -55,8 +55,8 @@ .nav-list > li > a { padding: 3px 15px; } -.nav-list .active > a, -.nav-list .active > a:hover { +.nav-list > .active > a, +.nav-list > .active > a:hover { color: @white; text-shadow: 0 -1px 0 rgba(0,0,0,.2); background-color: @linkColor; @@ -138,8 +138,8 @@ } // Active state -.nav-pills .active > a, -.nav-pills .active > a:hover { +.nav-pills > .active > a, +.nav-pills > .active > a:hover { color: @white; background-color: @linkColor; } |
