Skip to content

Instantly share code, notes, and snippets.

@apoleshchuk
Created December 5, 2012 06:00
Show Gist options
  • Save apoleshchuk/4212796 to your computer and use it in GitHub Desktop.
Save apoleshchuk/4212796 to your computer and use it in GitHub Desktop.
.aviasales_price_marker .aviasales_price_actual,
.aviasales_map_cluster_price .aviasales_cluster_content_actual {
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cfcfcf));
background-image: -webkit-linear-gradient(#fff, #cfcfcf);
background-image: -moz-linear-gradient(#fff, #cfcfcf);
background-image: -o-linear-gradient(#fff, #cfcfcf);
background-image: linear-gradient(#fff, #cfcfcf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment