background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
cursor: not-allowed;
-
+
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;
.label-variant(@color) {
background-color: @color;
-
+
&[href] {
&:hover,
&:focus {
cursor: not-allowed;
}
}
-
}
bottom: -@popover-arrow-width;
}
}
-
}
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
@media print {
-
* {
text-shadow: none !important;
color: #000 !important; // Black prints faster: h5bp.com/s
border: 1px solid #ddd !important;
}
}
-
}
@dl-horizontal-offset: @component-offset-horizontal;
//** Horizontal line color.
@hr-border: @gray-lighter;
-
-