diff options
| author | Mark Otto <[email protected]> | 2012-02-12 14:01:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 14:01:58 -0800 |
| commit | a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (patch) | |
| tree | ab09b6370dc8fce74d06eed515a961bbb092e55f /less/variables.less | |
| parent | 86b6ea4b5f2919c6dd962301b94af4e4096dbb16 (diff) | |
| download | bootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.tar.xz bootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.zip | |
add navbar background hover variable and fix uneditable-input with append/prepend controls
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index ced64d7cd..3d448ab21 100644 --- a/less/variables.less +++ b/less/variables.less @@ -68,6 +68,7 @@ @navbarHeight: 40px; @navbarBackground: @grayDarker; @navbarBackgroundHighlight: @grayDark; +@navbarLinkBackgroundHover: transparent; @navbarText: @grayLight; @navbarLinkColor: @grayLight; |
