Commit 458f9c5695596f0e05037fef6cb4f820450e0a96
1 parent
693ff1c6
Exists in
master
and in
4 other branches
button selection improved
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/style.scss
... | ... | @@ -631,7 +631,11 @@ body.project-page .project-sidebar aside a{ |
631 | 631 | } |
632 | 632 | body.project-page .project-sidebar aside a:hover{background-color: #FFFFFF;} |
633 | 633 | body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px} |
634 | -body.project-page .project-sidebar aside a.current{border: 2px solid #79c3e0; background:white; } | |
634 | +body.project-page .project-sidebar aside a.current { | |
635 | + color: white; | |
636 | + background: #79C3E0; | |
637 | + border: 1px solid #2FA0BB; | |
638 | +} | |
635 | 639 | body.project-page .project-content{ padding: 20px; display: block; margin-left: 130px; min-height: 600px} |
636 | 640 | body.project-page .project-content h2{ margin-top: 6px} |
637 | 641 | body.project-page .project-content .button.right{margin-left: 20px} | ... | ... |