diff --git a/app/assets/stylesheets/puppetclasses.scss b/app/assets/stylesheets/puppetclasses.scss index bbd193c9a83f..d2114b68e523 100644 --- a/app/assets/stylesheets/puppetclasses.scss +++ b/app/assets/stylesheets/puppetclasses.scss @@ -23,4 +23,9 @@ input[type=checkbox]{ margin-top: 11px; } + + .nav a.btn-success:focus{ + background-color: #5cb85c; + border-color: #4cae4c; + } }