• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:input

2 // Input groups
7 .input-group {
10 …border-collapse: separate; // prevent input groups from inheriting border styles from table cells …
20 // Ensure that the input is always above the *appended* addon button for
26 // select elements in input groups. To fix it, we float the input. Details:
40 .input-group-lg > .form-control,
41 .input-group-lg > .input-group-addon,
42 .input-group-lg > .input-group-btn > .btn {
43 .input-lg();
45 .input-group-sm > .form-control,
46 .input-group-sm > .input-group-addon,
47 .input-group-sm > .input-group-btn > .btn {
48 .input-sm();
54 .input-group-addon,
55 .input-group-btn,
56 .input-group .form-control {
64 .input-group-addon,
65 .input-group-btn {
71 // Text input groups
73 .input-group-addon {
78 color: @input-color;
80 background-color: @input-group-addon-bg;
81 border: 1px solid @input-group-addon-border-color;
85 &.input-sm {
90 &.input-lg {
97 input[type="radio"],
98 input[type="checkbox"] {
104 .input-group .form-control:first-child,
105 .input-group-addon:first-child,
106 .input-group-btn:first-child > .btn,
107 .input-group-btn:first-child > .btn-group > .btn,
108 .input-group-btn:first-child > .dropdown-toggle,
109 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
110 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
113 .input-group-addon:first-child {
116 .input-group .form-control:last-child,
117 .input-group-addon:last-child,
118 .input-group-btn:last-child > .btn,
119 .input-group-btn:last-child > .btn-group > .btn,
120 .input-group-btn:last-child > .dropdown-toggle,
121 .input-group-btn:first-child > .btn:not(:first-child),
122 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
125 .input-group-addon:last-child {
129 // Button input groups
131 .input-group-btn {
133 // Jankily prevent input button groups from wrapping with `white-space` and