Skip to content

Commit

Permalink
Match button gradient to background
Browse files Browse the repository at this point in the history
  • Loading branch information
gneissone committed May 5, 2016
1 parent 840fc92 commit 5ff9fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ td.facetview_filtershow {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfcfd), color-stop(100%, #cfdcec));
background-image: -webkit-linear-gradient(top, #fbfcfd, #cfdcec);
background-image: -o-linear-gradient(top, #fbfcfd, #cfdcec);
background-image: linear-gradient(#fbfcfd, #cfdcec);
background-image: linear-gradient(#fbfcfd, #D7DBDB);
border-color: #cfdcec #cfdcec hsl(212, 44%, 84%);
color: #333 !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19);
Expand Down

0 comments on commit 5ff9fd9

Please sign in to comment.