• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:input

47 input[type="search"] {
52 input[type="radio"],
53 input[type="checkbox"] {
60 input[type="file"] {
65 input[type="range"] {
77 input[type="file"]:focus,
78 input[type="radio"]:focus,
79 input[type="checkbox"]:focus {
89 color: @input-color;
100 // input[type="text"]
101 // input[type="password"]
102 // input[type="datetime"]
103 // input[type="datetime-local"]
104 // input[type="date"]
105 // input[type="month"]
106 // input[type="time"]
107 // input[type="week"]
108 // input[type="number"]
109 // input[type="email"]
110 // input[type="url"]
111 // input[type="search"]
112 // input[type="tel"]
113 // input[type="color"]
118 …height: @input-height-base; // Make inputs at least the height of their button counterpart (base l…
122 color: @input-color;
123 background-color: @input-bg;
125 border: 1px solid @input-border;
126 …border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, du…
144 background-color: @input-bg-disabled;
167 input[type="search"] {
175 // text within the input to become vertically misaligned. As a workaround, we
176 // set a pixel line-height that matches the given height of the input, but only
180 input[type="date"],
181 input[type="time"],
182 input[type="datetime-local"],
183 input[type="month"] {
184 line-height: @input-height-base;
186 &.input-sm,
187 .input-group-sm & {
188 line-height: @input-height-small;
191 &.input-lg,
192 .input-group-lg & {
193 line-height: @input-height-large;
221 min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text
228 .radio input[type="radio"],
229 .radio-inline input[type="radio"],
230 .checkbox input[type="checkbox"],
231 .checkbox-inline input[type="checkbox"] {
263 input[type="radio"],
264 input[type="checkbox"] {
304 &.input-lg,
305 &.input-sm {
320 .input-sm {
321 ….input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-sm…
325 ….input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-sm…
328 height: @input-height-small;
336 .input-lg {
337 ….input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-la…
341 ….input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-la…
344 height: @input-height-large;
363 padding-right: (@input-height-base * 1.25);
371 z-index: 2; // Ensure icon is above input groups
373 width: @input-height-base;
374 height: @input-height-base;
375 line-height: @input-height-base;
379 .input-lg + .form-control-feedback {
380 width: @input-height-large;
381 height: @input-height-large;
382 line-height: @input-height-large;
384 .input-sm + .form-control-feedback {
385 width: @input-height-small;
386 height: @input-height-small;
387 line-height: @input-height-small;
401 // Reposition feedback icon if input has visible label above
433 // default HTML form controls and our custom form controls (e.g., input groups).
460 .input-group {
464 .input-group-addon,
465 .input-group-btn,
471 // Input groups need that 100% width though
472 .input-group > .form-control {
494 .radio input[type="radio"],
495 .checkbox input[type="checkbox"] {
558 // Quick utility class for applying `.input-lg` and `.input-sm` styles to the