|
|
@ -201,7 +201,7 @@ THE SOFTWARE.
|
|
|
|
//** `<input>` background color
|
|
|
|
//** `<input>` background color
|
|
|
|
@input-bg: @gray-darker;
|
|
|
|
@input-bg: @gray-darker;
|
|
|
|
//** `<input disabled>` background color
|
|
|
|
//** `<input disabled>` background color
|
|
|
|
@input-bg-disabled: @gray-lighter;
|
|
|
|
@input-bg-disabled: lighten(@gray-lighter,15%);
|
|
|
|
|
|
|
|
|
|
|
|
//** Text color for `<input>`s
|
|
|
|
//** Text color for `<input>`s
|
|
|
|
@input-color: @text-color;
|
|
|
|
@input-color: @text-color;
|
|
|
@ -1042,3 +1042,9 @@ a.thumbnail.active {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// code tag
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
|
|
|
background-color: @state-info-bg;
|
|
|
|
|
|
|
|
color: @state-info-text;
|
|
|
|
|
|
|
|
}
|
|
|
|