Skip to content

Commit

Permalink
Fixes #12748 - "Add Smart Variable" button does not change color on c…
Browse files Browse the repository at this point in the history
…lick
  • Loading branch information
tbrisker authored and dLobatog committed Dec 17, 2015
1 parent 4a7dcb7 commit fc1a0a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/puppetclasses.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
input[type=checkbox]{
margin-top: 11px;
}

.nav a.btn-success:focus{
background-color: #5cb85c;
border-color: #4cae4c;
}
}

0 comments on commit fc1a0a8

Please sign in to comment.