Skip to content

Commit

Permalink
FLUID-6008: fix button contrast hover state.
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Oct 31, 2016
1 parent 982faf9 commit 7924462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/uploader/css/Uploader.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ html>body .fl-uploader span.fl-uploader-browse {
}

.fl-uploader-buttons .fl-uploader-button-upload:hover {
background-color: #519325;
background-color: #438600;
border-color: #142B8C;
}

Expand Down

0 comments on commit 7924462

Please sign in to comment.