diff options
| author | Mark Otto <[email protected]> | 2014-07-12 17:59:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 17:59:02 -0700 |
| commit | 8c586a8e3ef3ce31cb18e064a0e78332a785d7a2 (patch) | |
| tree | 6c217ebb99330f6c24c74b6418176114d15bf417 /docs/dist/css/bootstrap-theme.css | |
| parent | bb1286a0ab073bce1d18f704d7ac0545ea76c6ef (diff) | |
| download | bootstrap-8c586a8e3ef3ce31cb18e064a0e78332a785d7a2.tar.xz bootstrap-8c586a8e3ef3ce31cb18e064a0e78332a785d7a2.zip | |
Fixes #14074: Make open dropdown nav links in navbar use gradients
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
| -rw-r--r-- | docs/dist/css/bootstrap-theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index f860bbc06..33934aac0 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -223,6 +223,7 @@ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); } +.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); @@ -246,6 +247,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; } +.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); background-image: -o-linear-gradient(top, #222 0%, #282828 100%); |
