diff options
| author | Julian Thilo <[email protected]> | 2013-08-18 23:30:40 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-08-18 23:30:40 +0200 |
| commit | 546b2cc614ed57f1068eb455b592d6966d49d2d3 (patch) | |
| tree | 41cb7ac6fded14ba5562abaa25d472a3132c6122 /less/theme.less | |
| parent | abca00870f862d024a943b2c563bd42ff3f8418f (diff) | |
| download | bootstrap-546b2cc614ed57f1068eb455b592d6966d49d2d3.tar.xz bootstrap-546b2cc614ed57f1068eb455b592d6966d49d2d3.zip | |
Fix some forgotten things for navbar-default
New variable names were missing here and there.
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/theme.less b/less/theme.less index f7e503644..d2f98f2fb 100644 --- a/less/theme.less +++ b/less/theme.less @@ -93,13 +93,13 @@ // Basic navbar .navbar { - #gradient > .vertical(@start-color: lighten(@navbar-bg, 10%); @end-color: @navbar-bg;); + #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg;); border-radius: @navbar-border-radius; @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075); .box-shadow(@shadow); .navbar-nav > .active > a { - background-color: @navbar-bg; + background-color: @navbar-default-bg; } } .navbar-brand, |
