Skip to content

Commit

Permalink
Fixed active button border
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Aug 14, 2015
1 parent 1f49a1b commit b6ba89c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Client/Showcase.Client.App/Content/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,11 @@ body {
color: #666 !important;
}

.btn-default, .btn-default.active {
border-width: 1px !important;
border-color: rgba(0,0,0,.2) !important;
}

@media(max-width: 991px) {
.text-center-small {
text-align: center;
Expand Down

0 comments on commit b6ba89c

Please sign in to comment.