diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 1 | ||||
| -rw-r--r-- | less/navbar.less | 2 | ||||
| -rw-r--r-- | less/variables.less | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 81833b064..eb98f1bcb 100644 --- a/less/forms.less +++ b/less/forms.less @@ -395,6 +395,7 @@ select:focus:required:invalid { .border-radius(3px 0 0 3px); } .uneditable-input { + border-left-color: #eee; border-right-color: #ccc; } .add-on { diff --git a/less/navbar.less b/less/navbar.less index cd637acac..35c209fc4 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -194,7 +194,7 @@ } // Hover .navbar .nav > li > a:hover { - background-color: transparent; + background-color: @navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover from .active color: @navbarLinkColorHover; text-decoration: none; } 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; |
