Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6315 from stowball/green-update-buttons
Browse files Browse the repository at this point in the history
Style Extension Update buttons to the match the green notification "badge"
  • Loading branch information
Narciso Jaramillo committed Apr 1, 2014
2 parents b1f683a + acbf9ad commit e9d6bd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,23 @@ input[type="color"],
outline: none;
}
}

// Update Button Type
&.update {
background-color: #91cc41;
border-color: #65a015;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.27);
color: #fff;
font-weight: @font-weight-semibold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24) ;

&:active {
background-color: #82b839;
border-color: #5b8028;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
color: #fff;
}
}

// Button Sizes
&.large {
Expand Down

0 comments on commit e9d6bd9

Please # to comment.