mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
Update variables.less
This commit is contained in:
@@ -633,6 +633,14 @@
|
|||||||
@list-group-active-border: @list-group-active-bg;
|
@list-group-active-border: @list-group-active-bg;
|
||||||
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
|
@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-color: #555;
|
||||||
@list-group-link-heading-color: #333;
|
@list-group-link-heading-color: #333;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user