From 1f174c5ae98d51e0828b71657c39c71ad9943a17 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Tue, 16 Jan 2018 12:58:44 +0100 Subject: fix navbar hover --- assets/css/bootstrap-theme.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'assets/css/bootstrap-theme.css') diff --git a/assets/css/bootstrap-theme.css b/assets/css/bootstrap-theme.css index 98d609d..20e985e 100644 --- a/assets/css/bootstrap-theme.css +++ b/assets/css/bootstrap-theme.css @@ -5,8 +5,8 @@ */ /*! - * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=d5ae2e82e6c67263ae318536166ff9f7) - * Config saved to config.json and https://gist.github.com/d5ae2e82e6c67263ae318536166ff9f7 + * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=eab4869eba3785281f1a785e4a43981f) + * Config saved to config.json and https://gist.github.com/eab4869eba3785281f1a785e4a43981f */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) @@ -346,12 +346,12 @@ fieldset[disabled] .btn-danger.active { background-color: #52749f; } .navbar-default { - background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); - background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); - background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); - background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); + background-image: -webkit-linear-gradient(top, #ffffff 0%, #eceff4 100%); + background-image: -o-linear-gradient(top, #ffffff 0%, #eceff4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eceff4)); + background-image: linear-gradient(to bottom, #ffffff 0%, #eceff4 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeceff4', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); @@ -359,12 +359,12 @@ fieldset[disabled] .btn-danger.active { } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a { - background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); - background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); - background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); - background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); + background-image: -webkit-linear-gradient(top, #c7d0de 0%, #d1d8e4 100%); + background-image: -o-linear-gradient(top, #c7d0de 0%, #d1d8e4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#c7d0de), to(#d1d8e4)); + background-image: linear-gradient(to bottom, #c7d0de 0%, #d1d8e4 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7d0de', endColorstr='#ffd1d8e4', GradientType=0); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); } -- cgit v1.2.3