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

Commit 977a246

Browse files
committed
Make appropriate color changes from PR comments
See for details: https://github.com/adobe/brackets/pull/6315/files#r8624968
1 parent f269152 commit 977a246

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/styles/brackets_patterns_override.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,15 +1074,16 @@ input[type="color"],
10741074
// Update Button Type
10751075
&.update {
10761076
background-color: #91cc41;
1077-
border-color: #658e2d;
1078-
box-shadow: inset 0 1px 0 #d9edbd;
1077+
border-color: #65a015;
1078+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.27);
10791079
color: #fff;
1080-
text-shadow: 0 1px 0 #333;
1080+
font-weight: @font-weight-semibold;
1081+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.24) ;
10811082

10821083
&:active {
10831084
background-color: #82b839;
10841085
border-color: #5b8028;
1085-
box-shadow: inset 0 1px 0 #d3e6ba;
1086+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
10861087
color: #fff;
10871088
}
10881089
}

0 commit comments

Comments
 (0)