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

Commit e9d6bd9

Browse files
author
Narciso Jaramillo
committed
Merge pull request #6315 from stowball/green-update-buttons
Style Extension Update buttons to the match the green notification "badge"
2 parents b1f683a + acbf9ad commit e9d6bd9

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/styles/brackets_patterns_override.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,23 @@ input[type="color"],
11611161
outline: none;
11621162
}
11631163
}
1164+
1165+
// Update Button Type
1166+
&.update {
1167+
background-color: #91cc41;
1168+
border-color: #65a015;
1169+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.27);
1170+
color: #fff;
1171+
font-weight: @font-weight-semibold;
1172+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24) ;
1173+
1174+
&:active {
1175+
background-color: #82b839;
1176+
border-color: #5b8028;
1177+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
1178+
color: #fff;
1179+
}
1180+
}
11641181

11651182
// Button Sizes
11661183
&.large {

0 commit comments

Comments
 (0)