Lines Matching refs:input

41 input,
47 input,
66 input[type="text"],
67 input[type="password"],
68 input[type="datetime"],
69 input[type="datetime-local"],
70 input[type="date"],
71 input[type="month"],
72 input[type="time"],
73 input[type="week"],
74 input[type="number"],
75 input[type="email"],
76 input[type="url"],
77 input[type="search"],
78 input[type="tel"],
79 input[type="color"],
80 .uneditable-input {
93 // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
94 input,
96 .uneditable-input {
105 input[type="text"],
106 input[type="password"],
107 input[type="datetime"],
108 input[type="datetime-local"],
109 input[type="date"],
110 input[type="month"],
111 input[type="time"],
112 input[type="week"],
113 input[type="number"],
114 input[type="email"],
115 input[type="url"],
116 input[type="search"],
117 input[type="tel"],
118 input[type="color"],
119 .uneditable-input {
135 input[type="radio"],
136 input[type="checkbox"] {
143 // Reset width of input images, buttons, radios, checkboxes
144 input[type="file"],
145 input[type="image"],
146 input[type="submit"],
147 input[type="reset"],
148 input[type="button"],
149 input[type="radio"],
150 input[type="checkbox"] {
151 width: auto; // Override of generic input selector
156 input[type="file"] {
164 width: 220px; // default input width + 10px of padding that doesn't get applied
177 input[type="file"]:focus,
178 input[type="radio"]:focus,
179 input[type="checkbox"]:focus {
188 .uneditable-input,
197 // For text that needs to appear as an input but should not be an input
198 .uneditable-input {
199 overflow: hidden; // prevent text from wrapping, but still cut it off like an input does
214 input,
226 min-height: @baseLineHeight; // clear the floating input if there is no label text
229 .radio input[type="radio"],
230 .checkbox input[type="checkbox"] {
261 .input-mini { width: 60px; }
262 .input-small { width: 90px; }
263 .input-medium { width: 150px; }
264 .input-large { width: 210px; }
265 .input-xlarge { width: 270px; }
266 .input-xxlarge { width: 530px; }
268 // Grid style input sizes
269 input[class*="span"],
272 .uneditable-input[class*="span"],
274 .row-fluid input[class*="span"],
277 .row-fluid .uneditable-input[class*="span"] {
281 // Ensure input-prepend/append never wraps
282 .input-append input[class*="span"],
283 .input-append .uneditable-input[class*="span"],
284 .input-prepend input[class*="span"],
285 .input-prepend .uneditable-input[class*="span"],
286 .row-fluid input[class*="span"],
289 .row-fluid .uneditable-input[class*="span"],
290 .row-fluid .input-prepend [class*="span"],
291 .row-fluid .input-append [class*="span"] {
301 #grid > .input(@gridColumnWidth, @gridGutterWidth);
327 input[disabled],
330 input[readonly],
337 input[type="radio"][disabled],
338 input[type="checkbox"][disabled],
339 input[type="radio"][readonly],
340 input[type="checkbox"][readonly] {
369 input:focus:invalid,
422 // Allow us to put symbols and text within the input field for a cleaner look
423 .input-append,
424 .input-prepend {
429 white-space: nowrap; // Prevent span and input from separating
432 input,
434 .uneditable-input,
440 input,
442 .uneditable-input {
443 …position: relative; // placed here by default so that on :focus we can place the input above the .…
448 // Make input on top when focused so blue border and shadow always show
479 .input-prepend {
491 .input-append {
492 input,
494 .uneditable-input {
513 .input-prepend.input-append {
514 input,
516 .uneditable-input {
543 input.search-query {
552 /* Allow for input prepend/append in search forms */
553 .form-search .input-append .search-query,
554 .form-search .input-prepend .search-query {
557 .form-search .input-append .search-query {
560 .form-search .input-append .btn {
563 .form-search .input-prepend .search-query {
566 .form-search .input-prepend .btn {
582 input,
586 .uneditable-input,
587 .input-prepend,
588 .input-append {
605 // Remove margin for input-prepend/-append
606 .form-search .input-append,
607 .form-inline .input-append,
608 .form-search .input-prepend,
609 .form-inline .input-prepend {
622 .form-search .radio input[type="radio"],
623 .form-search .checkbox input[type="checkbox"],
624 .form-inline .radio input[type="radio"],
625 .form-inline .checkbox input[type="checkbox"] {
659 // Move over all input controls and content
661 // Super jank IE7 fix to ensure the inputs in .input-append and input-prepend
676 input,
679 .uneditable-input,
680 .input-prepend,
681 .input-append {