Skip to content

Instantly share code, notes, and snippets.

@rdougan
Created June 24, 2011 20:21
Show Gist options
  • Save rdougan/1045597 to your computer and use it in GitHub Desktop.
Save rdougan/1045597 to your computer and use it in GitHub Desktop.
@if not $supports-gradients or $compile-all {
.#{$prefix}nlg {
@if $grid-header-background-gradient != null {
.#{$prefix}grid-header-ct,
.#{$prefix}column-header {
background: repeat-x 0 top;
background-image: theme-background-image($theme-name, 'grid/column-header-bg.gif');
}
}
@if $grid-header-over-background-gradient != null {
.#{$prefix}column-header-over,
.#{$prefix}column-header-sort-ASC,
.#{$prefix}column-header-sort-DESC {
background: #ebf3fd repeat-x 0 top;
background-image: theme-background-image($theme-name, 'grid/column-header-over-bg.gif');
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment