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

Commit 752ed6a

Browse files
author
Kristiyan Hristov
committed
changed navigation settings
1 parent 92ee025 commit 752ed6a

File tree

7 files changed

+35
-35
lines changed

7 files changed

+35
-35
lines changed

config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,20 +175,20 @@
175175
"@navbar-inverse-toggle-hover-bg": "#333",
176176
"@navbar-inverse-toggle-icon-bar-bg": "#fff",
177177
"@navbar-inverse-toggle-border-color": "#333",
178-
"@nav-link-padding": "10px 15px",
179-
"@nav-link-hover-bg": "@gray-lighter",
178+
"@nav-link-padding": "0 3px",
179+
"@nav-link-hover-bg": "transparent",
180180
"@nav-disabled-link-color": "@gray-light",
181181
"@nav-disabled-link-hover-color": "@gray-light",
182-
"@nav-tabs-border-color": "#999",
183-
"@nav-tabs-link-hover-border-color": "#15e7e4",
182+
"@nav-tabs-border-color": "transparent",
183+
"@nav-tabs-link-hover-border-color": "transparent",
184184
"@nav-tabs-active-link-hover-bg": "none",
185185
"@nav-tabs-active-link-hover-color": "#2c96af",
186186
"@nav-tabs-active-link-hover-border-color": "#2c96af",
187-
"@nav-tabs-justified-link-border-color": "#ddd",
188-
"@nav-tabs-justified-active-link-border-color": "@body-bg",
187+
"@nav-tabs-justified-link-border-color": "transparent",
188+
"@nav-tabs-justified-active-link-border-color": "transparent",
189189
"@nav-pills-border-radius": "0",
190-
"@nav-pills-active-link-hover-bg": "transparent",
191-
"@nav-pills-active-link-hover-color": "transparent",
190+
"@nav-pills-active-link-hover-bg": "@brand-info",
191+
"@nav-pills-active-link-hover-color": "@brand-info",
192192
"@pagination-color": "@link-color",
193193
"@pagination-bg": "#fff",
194194
"@pagination-border": "#ddd",
@@ -426,5 +426,5 @@
426426
"scrollspy.js",
427427
"transition.js"
428428
],
429-
"customizerUrl": "http://getbootstrap.com/customize/?id=84123caf142a2300711c"
429+
"customizerUrl": "http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d"
430430
}

dist/css/bootstrap-theme.css

Lines changed: 2 additions & 2 deletions
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=84123caf142a2300711c)
9-
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
9+
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
1010
*/
1111
.btn-default,
1212
.btn-primary,

dist/css/bootstrap-theme.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

Lines changed: 15 additions & 15 deletions
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=84123caf142a2300711c)
9-
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
9+
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
1010
*/
1111
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
1212
html {
@@ -3886,12 +3886,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
38863886
.nav > li > a {
38873887
position: relative;
38883888
display: block;
3889-
padding: 10px 15px;
3889+
padding: 0 3px;
38903890
}
38913891
.nav > li > a:hover,
38923892
.nav > li > a:focus {
38933893
text-decoration: none;
3894-
background-color: #eeeeee;
3894+
background-color: transparent;
38953895
}
38963896
.nav > li.disabled > a {
38973897
color: #777777;
@@ -3906,7 +3906,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
39063906
.nav .open > a,
39073907
.nav .open > a:hover,
39083908
.nav .open > a:focus {
3909-
background-color: #eeeeee;
3909+
background-color: transparent;
39103910
border-color: #0e2e54;
39113911
}
39123912
.nav .nav-divider {
@@ -3919,7 +3919,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
39193919
max-width: none;
39203920
}
39213921
.nav-tabs {
3922-
border-bottom: 1px solid #999999;
3922+
border-bottom: 1px solid transparent;
39233923
}
39243924
.nav-tabs > li {
39253925
float: left;
@@ -3932,7 +3932,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
39323932
border-radius: 4px 4px 0 0;
39333933
}
39343934
.nav-tabs > li > a:hover {
3935-
border-color: #15e7e4 #15e7e4 #999999;
3935+
border-color: transparent transparent transparent;
39363936
}
39373937
.nav-tabs > li.active > a,
39383938
.nav-tabs > li.active > a:hover,
@@ -3974,17 +3974,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
39743974
.nav-tabs.nav-justified > .active > a,
39753975
.nav-tabs.nav-justified > .active > a:hover,
39763976
.nav-tabs.nav-justified > .active > a:focus {
3977-
border: 1px solid #dddddd;
3977+
border: 1px solid transparent;
39783978
}
39793979
@media (min-width: 800px) {
39803980
.nav-tabs.nav-justified > li > a {
3981-
border-bottom: 1px solid #dddddd;
3981+
border-bottom: 1px solid transparent;
39823982
border-radius: 4px 4px 0 0;
39833983
}
39843984
.nav-tabs.nav-justified > .active > a,
39853985
.nav-tabs.nav-justified > .active > a:hover,
39863986
.nav-tabs.nav-justified > .active > a:focus {
3987-
border-bottom-color: #ffffff;
3987+
border-bottom-color: transparent;
39883988
}
39893989
}
39903990
.nav-pills > li {
@@ -3999,8 +3999,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
39993999
.nav-pills > li.active > a,
40004000
.nav-pills > li.active > a:hover,
40014001
.nav-pills > li.active > a:focus {
4002-
color: transparent;
4003-
background-color: transparent;
4002+
color: #22679f;
4003+
background-color: #22679f;
40044004
}
40054005
.nav-stacked > li {
40064006
float: none;
@@ -4042,17 +4042,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
40424042
.nav-tabs-justified > .active > a,
40434043
.nav-tabs-justified > .active > a:hover,
40444044
.nav-tabs-justified > .active > a:focus {
4045-
border: 1px solid #dddddd;
4045+
border: 1px solid transparent;
40464046
}
40474047
@media (min-width: 800px) {
40484048
.nav-tabs-justified > li > a {
4049-
border-bottom: 1px solid #dddddd;
4049+
border-bottom: 1px solid transparent;
40504050
border-radius: 4px 4px 0 0;
40514051
}
40524052
.nav-tabs-justified > .active > a,
40534053
.nav-tabs-justified > .active > a:hover,
40544054
.nav-tabs-justified > .active > a:focus {
4055-
border-bottom-color: #ffffff;
4055+
border-bottom-color: transparent;
40564056
}
40574057
}
40584058
.tab-content > .tab-pane {

dist/css/bootstrap.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

Lines changed: 2 additions & 2 deletions
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=84123caf142a2300711c)
9-
* Config saved to config.json and https://gist.github.com/84123caf142a2300711c
8+
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1917f548f5531ee2f19d)
9+
* Config saved to config.json and https://gist.github.com/1917f548f5531ee2f19d
1010
*/
1111
if (typeof jQuery === 'undefined') {
1212
throw new Error('Bootstrap\'s JavaScript requires jQuery')

dist/js/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)