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

Commit

Permalink
changed tabs style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Hristov committed Apr 8, 2015
1 parent 8d111f3 commit f89e111
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 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.0.9",
"version": "1.1.0",
"homepage": "https://github.com/vm-labs/bootstrap-he",
"authors": [
"Kristiyan Hristov"
Expand Down
14 changes: 7 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@
"@nav-link-hover-bg": "transparent",
"@nav-disabled-link-color": "@gray-light",
"@nav-disabled-link-hover-color": "@gray-light",
"@nav-tabs-border-color": "transparent",
"@nav-tabs-link-hover-border-color": "transparent",
"@nav-tabs-border-color": "#eee",
"@nav-tabs-link-hover-border-color": "#eee",
"@nav-tabs-active-link-hover-bg": "none",
"@nav-tabs-active-link-hover-color": "#2c96af",
"@nav-tabs-active-link-hover-border-color": "#2c96af",
"@nav-tabs-justified-link-border-color": "transparent",
"@nav-tabs-justified-active-link-border-color": "transparent",
"@nav-tabs-active-link-hover-color": "@brand-primary",
"@nav-tabs-active-link-hover-border-color": "#eee",
"@nav-tabs-justified-link-border-color": "#eee",
"@nav-tabs-justified-active-link-border-color": "#eee",
"@nav-pills-border-radius": "0",
"@nav-pills-active-link-hover-bg": "transparent",
"@nav-pills-active-link-hover-color": "@brand-info",
Expand Down Expand Up @@ -426,5 +426,5 @@
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=699210b4b50fc10f3ff3"
"customizerUrl": "http://getbootstrap.com/customize/?id=0a9bd1867b0156752713"
}
4 changes: 2 additions & 2 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=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0a9bd1867b0156752713)
* Config saved to config.json and https://gist.github.com/0a9bd1867b0156752713
*/
.btn-default,
.btn-primary,
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 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=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0a9bd1867b0156752713)
* Config saved to config.json and https://gist.github.com/0a9bd1867b0156752713
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
Expand Down Expand Up @@ -3919,7 +3919,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid transparent;
border-bottom: 1px solid #eeeeee;
}
.nav-tabs > li {
float: left;
Expand All @@ -3932,14 +3932,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: transparent transparent transparent;
border-color: #eeeeee #eeeeee #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #2c96af;
color: #0e2e54;
background-color: none;
border: 1px solid #2c96af;
border: 1px solid #eeeeee;
border-bottom-color: transparent;
cursor: default;
}
Expand Down Expand Up @@ -3974,17 +3974,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid transparent;
border: 1px solid #eeeeee;
}
@media (min-width: 800px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid transparent;
border-bottom: 1px solid #eeeeee;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: transparent;
border-bottom-color: #eeeeee;
}
}
.nav-pills > li {
Expand Down Expand Up @@ -4042,17 +4042,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid transparent;
border: 1px solid #eeeeee;
}
@media (min-width: 800px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid transparent;
border-bottom: 1px solid #eeeeee;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: transparent;
border-bottom-color: #eeeeee;
}
}
.tab-content > .tab-pane {
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=699210b4b50fc10f3ff3)
* Config saved to config.json and https://gist.github.com/699210b4b50fc10f3ff3
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0a9bd1867b0156752713)
* Config saved to config.json and https://gist.github.com/0a9bd1867b0156752713
*/
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 f89e111

Please sign in to comment.