Skip to content

Commit

Permalink
fix version button
Browse files Browse the repository at this point in the history
- override bstrap defaults
  • Loading branch information
jsouth committed Feb 28, 2017
1 parent c629ac3 commit 62a3055
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ p.p2 {
height: 500px;
position: relative;
z-index: 1;
overflow: hidden;
/*overflow: hidden;*/
}

@keyframes gradientswitch
Expand Down Expand Up @@ -552,7 +552,7 @@ img {
padding: 0;
overflow-x: hidden;
overflow-y: auto;
min-height: 1000px;
/*min-height: 1000px;*/
width: 260px;
}

Expand Down Expand Up @@ -1747,6 +1747,29 @@ footer {
padding: 5px 15px;
display: block;
}
.btn-default:hover {
color: #fff!important;
background-color: transparent!important;
border-color: none!important;
box-shadow: none!important;
opacity: .8;
}

.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
background: trr;
background: transparent;
color: #fff;
box-shadow: none;
}

.btn-default:focus,.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
color: #fff!important;
background-color: transparent!important;
border-color: none!important;
box-shadow: none!important
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
Expand Down

0 comments on commit 62a3055

Please sign in to comment.