Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
dropdown improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Apr 9, 2015
1 parent 7ab9cf1 commit 799ad60
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-he",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@border-radius-large": "6px",
"@border-radius-small": "3px",
"@component-active-color": "#fff",
"@component-active-bg": "@brand-primary",
"@component-active-bg": "#d6dee2",
"@caret-width-base": "4px",
"@caret-width-large": "5px",
"@table-cell-padding": "8px",
Expand Down Expand Up @@ -101,13 +101,13 @@
"@input-group-addon-border-color": "@input-border",
"@cursor-disabled": "not-allowed",
"@dropdown-bg": "#fff",
"@dropdown-border": "rgba(0,0,0,.15)",
"@dropdown-border": "@brand-info",
"@dropdown-fallback-border": "#ccc",
"@dropdown-divider-bg": "#e5e5e5",
"@dropdown-link-color": "#666",
"@dropdown-link-hover-color": "#666",
"@dropdown-link-hover-color": "@dropdown-link-color",
"@dropdown-link-hover-bg": "#f5f5f5",
"@dropdown-link-active-color": "@component-active-color",
"@dropdown-link-active-color": "@dropdown-link-color",
"@dropdown-link-active-bg": "@component-active-bg",
"@dropdown-link-disabled-color": "@gray-light",
"@dropdown-header-color": "@gray-light",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a"
"customizerUrl": "http://getbootstrap.com/customize/?id=d153200d684170434014"
}
40 changes: 20 additions & 20 deletions dist/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
* Config saved to config.json and https://gist.github.com/d153200d684170434014
*/
.btn-default,
.btn-primary,
Expand Down Expand Up @@ -221,13 +221,13 @@
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
background-image: -o-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#0a223e));
background-image: linear-gradient(to bottom, #0e2e54 0%, #0a223e 100%);
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
background-image: -o-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c7d2d7));
background-image: linear-gradient(to bottom, #d6dee2 0%, #c7d2d7 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff0a223e', GradientType=0);
background-color: #0a223e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc7d2d7', GradientType=0);
background-color: #c7d2d7;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, transparent 100%);
Expand Down Expand Up @@ -290,12 +290,12 @@
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
background-image: -o-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#0a223e));
background-image: linear-gradient(to bottom, #0e2e54 0%, #0a223e 100%);
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
background-image: -o-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c7d2d7));
background-image: linear-gradient(to bottom, #d6dee2 0%, #c7d2d7 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff0a223e', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc7d2d7', GradientType=0);
}
}
.alert {
Expand Down Expand Up @@ -400,14 +400,14 @@
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #071628;
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #091c33 100%);
background-image: -o-linear-gradient(top, #0e2e54 0%, #091c33 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#091c33));
background-image: linear-gradient(to bottom, #0e2e54 0%, #091c33 100%);
text-shadow: 0 -1px 0 #b8c6cd;
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c0ccd2 100%);
background-image: -o-linear-gradient(top, #d6dee2 0%, #c0ccd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c0ccd2));
background-image: linear-gradient(to bottom, #d6dee2 0%, #c0ccd2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff091c33', GradientType=0);
border-color: #091c33;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc0ccd2', GradientType=0);
border-color: #c0ccd2;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
Expand Down
6 changes: 3 additions & 3 deletions dist/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
* Config saved to config.json and https://gist.github.com/d153200d684170434014
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -3443,7 +3443,7 @@ tbody.collapse.in {
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border: 1px solid #22679f;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
Expand Down Expand Up @@ -3478,10 +3478,10 @@ tbody.collapse.in {
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
color: #666666;
text-decoration: none;
outline: 0;
background-color: #0e2e54;
background-color: #d6dee2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
Expand Down Expand Up @@ -5189,8 +5189,8 @@ a.list-group-item:focus {
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #0e2e54;
border-color: #0e2e54;
background-color: #d6dee2;
border-color: #d6dee2;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
Expand All @@ -5206,7 +5206,7 @@ a.list-group-item:focus {
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #4d91e1;
color: #ffffff;
}
.list-group-item-success {
color: #3c763d;
Expand Down
6 changes: 3 additions & 3 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
* Config saved to config.json and https://gist.github.com/d153200d684170434014
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 799ad60

Please sign in to comment.