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

Style Extension Update buttons to the match the green notification "badge" #6315

Merged
merged 3 commits into from
Apr 1, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,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) ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit: space before semicolon


&: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