Skip to content

Commit

Permalink
version button both headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouth committed Mar 2, 2017
1 parent f99c738 commit 1078421
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1396,13 +1396,22 @@ div#autocompleteResults span {

/** these are bootstarp overrides :/ */

.dropdown-btn {
.nav-secondary-tabs .dropdown-btn {
background: transparent;
color: #fff;
padding: 6px 12px;
margin-top: 7px;
border: 0;
font-size: 12px;
font-weight: 600;
}

.nav-secondary .dropdown-btn {
background: transparent;
color: rgb(182, 202, 214);
padding: 6px 12px;
margin-top: 7px;
font-weight: 400;
background-image: none;
border: 0;
font-size: 12px;
font-weight: 600;
Expand Down

0 comments on commit 1078421

Please sign in to comment.