Skip to content

Commit

Permalink
Update variables.less
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarcoux96 committed Jan 31, 2014
1 parent d3aad7e commit d1a7271
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,14 @@
@list-group-active-border: @list-group-active-bg;
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);

//** Text color of disabled list elements
@list-group-disabled-color: @grey-light; // Or something else you want
//** Background color of disabled list elements
@list-group-disabled-bg: @grey-ligher; // Or something else you want
//** Border color of disabled list elements
@list-group-disabled-border: #eee; // Or something else you want
@list-group-disabled-text-color: lighten(@list-group-disabled-bg, 40%); // Or something else you want

@list-group-link-color: #555;
@list-group-link-heading-color: #333;

Expand Down

0 comments on commit d1a7271

Please sign in to comment.