summaryrefslogtreecommitdiff
path: root/assets/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2018-01-16 12:58:44 +0100
committerAilin Nemui <ailin@z30a.localdomain>2018-01-16 12:58:44 +0100
commit1f174c5ae98d51e0828b71657c39c71ad9943a17 (patch)
tree5e6ff00e64b080f89d16d8acd05a5ee1d9405c4f /assets/css/bootstrap-theme.css
parent4ec277b2077a3624be7b344c2fef3269aaa090bb (diff)
downloadirssi.github.io-1f174c5ae98d51e0828b71657c39c71ad9943a17.zip
fix navbar hover
Diffstat (limited to 'assets/css/bootstrap-theme.css')
-rw-r--r--assets/css/bootstrap-theme.css24
1 files changed, 12 insertions, 12 deletions
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);
}