Skip to content

Commit

Permalink
Reduced default opacity of icons for minor-group buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 13, 2011
1 parent f6efcf9 commit 7ad758f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/css3-github-buttons.css
Expand Up @@ -359,6 +359,16 @@ Licensed under Unlicense
background-color: #3072b3;
}

.button-group.minor-group .button.icon:before {
opacity: 0.8;
}

.button-group.minor-group .button.icon:hover:before,
.button-group.minor-group .button.icon:focus:before,
.button-group.minor-group .button.icon:active:before {
opacity: 1;
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */

Expand Down

0 comments on commit 7ad758f

Please sign in to comment.