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

Commit 799ad60

Browse files
author
Kristiyan Hristov
committed
dropdown improvements
1 parent 7ab9cf1 commit 799ad60

8 files changed

+44
-44
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-he",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"homepage": "https://github.com/vm-labs/bootstrap-he",
55
"authors": [
66
"Kristiyan Hristov"

config.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@border-radius-large": "6px",
5353
"@border-radius-small": "3px",
5454
"@component-active-color": "#fff",
55-
"@component-active-bg": "@brand-primary",
55+
"@component-active-bg": "#d6dee2",
5656
"@caret-width-base": "4px",
5757
"@caret-width-large": "5px",
5858
"@table-cell-padding": "8px",
@@ -101,13 +101,13 @@
101101
"@input-group-addon-border-color": "@input-border",
102102
"@cursor-disabled": "not-allowed",
103103
"@dropdown-bg": "#fff",
104-
"@dropdown-border": "rgba(0,0,0,.15)",
104+
"@dropdown-border": "@brand-info",
105105
"@dropdown-fallback-border": "#ccc",
106106
"@dropdown-divider-bg": "#e5e5e5",
107107
"@dropdown-link-color": "#666",
108-
"@dropdown-link-hover-color": "#666",
108+
"@dropdown-link-hover-color": "@dropdown-link-color",
109109
"@dropdown-link-hover-bg": "#f5f5f5",
110-
"@dropdown-link-active-color": "@component-active-color",
110+
"@dropdown-link-active-color": "@dropdown-link-color",
111111
"@dropdown-link-active-bg": "@component-active-bg",
112112
"@dropdown-link-disabled-color": "@gray-light",
113113
"@dropdown-header-color": "@gray-light",
@@ -426,5 +426,5 @@
426426
"scrollspy.js",
427427
"transition.js"
428428
],
429-
"customizerUrl": "http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a"
429+
"customizerUrl": "http://getbootstrap.com/customize/?id=d153200d684170434014"
430430
}

dist/css/bootstrap-theme.css

+20-20
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66

77
/*!
8-
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
9-
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
9+
* Config saved to config.json and https://gist.github.com/d153200d684170434014
1010
*/
1111
.btn-default,
1212
.btn-primary,
@@ -221,13 +221,13 @@
221221
.dropdown-menu > .active > a,
222222
.dropdown-menu > .active > a:hover,
223223
.dropdown-menu > .active > a:focus {
224-
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
225-
background-image: -o-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
226-
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#0a223e));
227-
background-image: linear-gradient(to bottom, #0e2e54 0%, #0a223e 100%);
224+
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
225+
background-image: -o-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
226+
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c7d2d7));
227+
background-image: linear-gradient(to bottom, #d6dee2 0%, #c7d2d7 100%);
228228
background-repeat: repeat-x;
229-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff0a223e', GradientType=0);
230-
background-color: #0a223e;
229+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc7d2d7', GradientType=0);
230+
background-color: #c7d2d7;
231231
}
232232
.navbar-default {
233233
background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, transparent 100%);
@@ -290,12 +290,12 @@
290290
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
291291
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
292292
color: #fff;
293-
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
294-
background-image: -o-linear-gradient(top, #0e2e54 0%, #0a223e 100%);
295-
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#0a223e));
296-
background-image: linear-gradient(to bottom, #0e2e54 0%, #0a223e 100%);
293+
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
294+
background-image: -o-linear-gradient(top, #d6dee2 0%, #c7d2d7 100%);
295+
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c7d2d7));
296+
background-image: linear-gradient(to bottom, #d6dee2 0%, #c7d2d7 100%);
297297
background-repeat: repeat-x;
298-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff0a223e', GradientType=0);
298+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc7d2d7', GradientType=0);
299299
}
300300
}
301301
.alert {
@@ -400,14 +400,14 @@
400400
.list-group-item.active,
401401
.list-group-item.active:hover,
402402
.list-group-item.active:focus {
403-
text-shadow: 0 -1px 0 #071628;
404-
background-image: -webkit-linear-gradient(top, #0e2e54 0%, #091c33 100%);
405-
background-image: -o-linear-gradient(top, #0e2e54 0%, #091c33 100%);
406-
background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2e54), to(#091c33));
407-
background-image: linear-gradient(to bottom, #0e2e54 0%, #091c33 100%);
403+
text-shadow: 0 -1px 0 #b8c6cd;
404+
background-image: -webkit-linear-gradient(top, #d6dee2 0%, #c0ccd2 100%);
405+
background-image: -o-linear-gradient(top, #d6dee2 0%, #c0ccd2 100%);
406+
background-image: -webkit-gradient(linear, left top, left bottom, from(#d6dee2), to(#c0ccd2));
407+
background-image: linear-gradient(to bottom, #d6dee2 0%, #c0ccd2 100%);
408408
background-repeat: repeat-x;
409-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e2e54', endColorstr='#ff091c33', GradientType=0);
410-
border-color: #091c33;
409+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd6dee2', endColorstr='#ffc0ccd2', GradientType=0);
410+
border-color: #c0ccd2;
411411
}
412412
.list-group-item.active .badge,
413413
.list-group-item.active:hover .badge,

dist/css/bootstrap-theme.min.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66

77
/*!
8-
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
9-
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
9+
* Config saved to config.json and https://gist.github.com/d153200d684170434014
1010
*/
1111
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
1212
html {
@@ -3443,7 +3443,7 @@ tbody.collapse.in {
34433443
text-align: left;
34443444
background-color: #ffffff;
34453445
border: 1px solid #cccccc;
3446-
border: 1px solid rgba(0, 0, 0, 0.15);
3446+
border: 1px solid #22679f;
34473447
border-radius: 4px;
34483448
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
34493449
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -3478,10 +3478,10 @@ tbody.collapse.in {
34783478
.dropdown-menu > .active > a,
34793479
.dropdown-menu > .active > a:hover,
34803480
.dropdown-menu > .active > a:focus {
3481-
color: #ffffff;
3481+
color: #666666;
34823482
text-decoration: none;
34833483
outline: 0;
3484-
background-color: #0e2e54;
3484+
background-color: #d6dee2;
34853485
}
34863486
.dropdown-menu > .disabled > a,
34873487
.dropdown-menu > .disabled > a:hover,
@@ -5189,8 +5189,8 @@ a.list-group-item:focus {
51895189
.list-group-item.active:focus {
51905190
z-index: 2;
51915191
color: #ffffff;
5192-
background-color: #0e2e54;
5193-
border-color: #0e2e54;
5192+
background-color: #d6dee2;
5193+
border-color: #d6dee2;
51945194
}
51955195
.list-group-item.active .list-group-item-heading,
51965196
.list-group-item.active:hover .list-group-item-heading,
@@ -5206,7 +5206,7 @@ a.list-group-item:focus {
52065206
.list-group-item.active .list-group-item-text,
52075207
.list-group-item.active:hover .list-group-item-text,
52085208
.list-group-item.active:focus .list-group-item-text {
5209-
color: #4d91e1;
5209+
color: #ffffff;
52105210
}
52115211
.list-group-item-success {
52125212
color: #3c763d;

dist/css/bootstrap.min.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*/
66

77
/*!
8-
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23117cf2be7f5125c15a)
9-
* Config saved to config.json and https://gist.github.com/23117cf2be7f5125c15a
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d153200d684170434014)
9+
* Config saved to config.json and https://gist.github.com/d153200d684170434014
1010
*/
1111
if (typeof jQuery === 'undefined') {
1212
throw new Error('Bootstrap\'s JavaScript requires jQuery')

dist/js/bootstrap.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)