Skip to content

Commit

Permalink
united: new primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jun 8, 2016
1 parent eab5a7d commit 22ff927
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
104 changes: 52 additions & 52 deletions united/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1101,12 +1101,12 @@ textarea {
line-height: inherit;
}
a {
color: #dd4814;
color: #e95420;
text-decoration: none;
}
a:hover,
a:focus {
color: #97310e;
color: #ac3911;
text-decoration: underline;
}
a:focus {
Expand Down Expand Up @@ -1342,11 +1342,11 @@ mark,
color: #aea79f;
}
.text-primary {
color: #dd4814;
color: #e95420;
}
a.text-primary:hover,
a.text-primary:focus {
color: #ae3910;
color: #c34113;
}
.text-success {
color: #468847;
Expand Down Expand Up @@ -1378,11 +1378,11 @@ a.text-danger:focus {
}
.bg-primary {
color: #fff;
background-color: #dd4814;
background-color: #e95420;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #ae3910;
background-color: #c34113;
}
.bg-success {
background-color: #dff0d8;
Expand Down Expand Up @@ -3122,26 +3122,26 @@ fieldset[disabled] .btn-default.focus {
}
.btn-primary {
color: #ffffff;
background-color: #dd4814;
border-color: #dd4814;
background-color: #e95420;
border-color: #e95420;
}
.btn-primary:focus,
.btn-primary.focus {
color: #ffffff;
background-color: #ae3910;
border-color: #682209;
background-color: #c34113;
border-color: #7d2a0c;
}
.btn-primary:hover {
color: #ffffff;
background-color: #ae3910;
border-color: #a5360f;
background-color: #c34113;
border-color: #b93e12;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #ae3910;
border-color: #a5360f;
background-color: #c34113;
border-color: #b93e12;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
Expand All @@ -3153,8 +3153,8 @@ fieldset[disabled] .btn-default.focus {
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #ffffff;
background-color: #8d2e0d;
border-color: #682209;
background-color: #a23610;
border-color: #7d2a0c;
}
.btn-primary:active,
.btn-primary.active,
Expand All @@ -3170,11 +3170,11 @@ fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #dd4814;
border-color: #dd4814;
background-color: #e95420;
border-color: #e95420;
}
.btn-primary .badge {
color: #dd4814;
color: #e95420;
background-color: #ffffff;
}
.btn-success {
Expand Down Expand Up @@ -3406,7 +3406,7 @@ fieldset[disabled] .btn-danger.focus {
background-color: #ffffff;
}
.btn-link {
color: #dd4814;
color: #e95420;
font-weight: normal;
border-radius: 0;
}
Expand All @@ -3427,7 +3427,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: #97310e;
color: #ac3911;
text-decoration: underline;
background-color: transparent;
}
Expand Down Expand Up @@ -3569,15 +3569,15 @@ tbody.collapse.in {
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #dd4814;
background-color: #e95420;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #dd4814;
background-color: #e95420;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
Expand Down Expand Up @@ -4011,7 +4011,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #dd4814;
border-color: #e95420;
}
.nav .nav-divider {
height: 1px;
Expand Down Expand Up @@ -4104,7 +4104,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #dd4814;
background-color: #e95420;
}
.nav-stacked > li {
float: none;
Expand Down Expand Up @@ -4500,8 +4500,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
}
.navbar-default {
background-color: #dd4814;
border-color: #bf3e11;
background-color: #e95420;
border-color: #d34615;
}
.navbar-default .navbar-brand {
color: #ffffff;
Expand All @@ -4520,13 +4520,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #97310e;
background-color: #ac3911;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #ae3910;
background-color: #c34113;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
Expand All @@ -4535,23 +4535,23 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #97310e;
border-color: #ac3911;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #97310e;
background-color: #ac3911;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #bf3e11;
border-color: #d34615;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #ae3910;
background-color: #c34113;
color: #ffffff;
}
@media (max-width: 767px) {
Expand All @@ -4561,13 +4561,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: #97310e;
background-color: #ac3911;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #ae3910;
background-color: #c34113;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
Expand Down Expand Up @@ -4731,7 +4731,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #dd4814;
color: #e95420;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
Expand All @@ -4752,7 +4752,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #97310e;
color: #ac3911;
background-color: #eeeeee;
border-color: #dddddd;
}
Expand Down Expand Up @@ -4882,11 +4882,11 @@ a.label:focus {
background-color: #978e83;
}
.label-primary {
background-color: #dd4814;
background-color: #e95420;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #ae3910;
background-color: #c34113;
}
.label-success {
background-color: #38b44a;
Expand Down Expand Up @@ -4950,7 +4950,7 @@ a.badge:focus {
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #dd4814;
color: #e95420;
background-color: #ffffff;
}
.list-group-item > .badge {
Expand Down Expand Up @@ -5025,7 +5025,7 @@ a.badge:focus {
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #dd4814;
border-color: #e95420;
}
.thumbnail .caption {
padding: 9px;
Expand Down Expand Up @@ -5147,7 +5147,7 @@ a.thumbnail.active {
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #dd4814;
background-color: #e95420;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
Expand Down Expand Up @@ -5311,8 +5311,8 @@ button.list-group-item {
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #dd4814;
border-color: #dd4814;
background-color: #e95420;
border-color: #e95420;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
Expand All @@ -5328,7 +5328,7 @@ button.list-group-item {
.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: #fad1c3;
color: #fbe2da;
}
.list-group-item-success {
color: #468847;
Expand Down Expand Up @@ -5708,22 +5708,22 @@ button.list-group-item-danger.active:focus {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #dd4814;
border-color: #e95420;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #dd4814;
border-color: #dd4814;
background-color: #e95420;
border-color: #e95420;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #dd4814;
border-top-color: #e95420;
}
.panel-primary > .panel-heading .badge {
color: #dd4814;
color: #e95420;
background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #dd4814;
border-bottom-color: #e95420;
}
.panel-success {
border-color: #d6e9c6;
Expand Down Expand Up @@ -6760,7 +6760,7 @@ button.close {
}
.navbar-default .badge {
background-color: #fff;
color: #dd4814;
color: #e95420;
}
.navbar-inverse .badge {
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 22ff927

Please sign in to comment.