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

Commit f269152

Browse files
committed
Style Extension Update buttons to the match the green "badge"
1 parent b8d6411 commit f269152

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/styles/brackets_patterns_override.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,22 @@ input[type="color"],
10701070
outline: none;
10711071
}
10721072
}
1073+
1074+
// Update Button Type
1075+
&.update {
1076+
background-color: #91cc41;
1077+
border-color: #658e2d;
1078+
box-shadow: inset 0 1px 0 #d9edbd;
1079+
color: #fff;
1080+
text-shadow: 0 1px 0 #333;
1081+
1082+
&:active {
1083+
background-color: #82b839;
1084+
border-color: #5b8028;
1085+
box-shadow: inset 0 1px 0 #d3e6ba;
1086+
color: #fff;
1087+
}
1088+
}
10731089

10741090
// Button Sizes
10751091
&.large {

0 commit comments

Comments
 (0)