Skip to content

Instantly share code, notes, and snippets.

@expectedbehavior
Created August 21, 2009 18:06
Show Gist options
  • Save expectedbehavior/172259 to your computer and use it in GitHub Desktop.
Save expectedbehavior/172259 to your computer and use it in GitHub Desktop.
.columns > .column_item > .app_tag > .state > .selected {
background-color: hsla(209, 40%, 15%, 0.6);
background-color: #282C19;
background-image: -webkit-gradient(linear, left top, left bottom, from(#39481A), to(#303B17));
background-image:
-webkit-gradient(
linear,
0% 0%,
100% 0%,
from(hsla(0, 0%, 0%, 0.5)),
color-stop(0.05, hsla(0, 0%, 0%, 0.2)),
color-stop(0.10, hsla(0, 0%, 0%, 0.0)),
color-stop(0.90, hsla(0, 0%, 0%, 0.0)),
color-stop(0.95, hsla(0, 0%, 0%, 0.2)),
to(hsla(0, 0%, 0%, 0.5))
),
-webkit-gradient(
linear,
0% 0%,
0% 100%,
from(hsla(0, 0%, 0%, 0.64)),
color-stop(0.15, hsla(0, 0%, 0%, 0.46)),
color-stop(0.25, hsla(0, 0%, 0%, 0.32)),
color-stop(0.66, hsla(0, 0%, 20%, 0.16)),
to(hsla(0, 0%, 0%, 0.2))
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment