Lines Matching refs:input

265 input,  selector
297 * 2. Correct inability to style clickable `input` types in iOS.
299 * `input` and others.
303 html input[type="button"], /* 1 */
304 input[type="reset"],
305 input[type="submit"] {
315 html input[disabled] {
324 input::-moz-focus-inner {
330 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
334 input { selector
346 input[type="checkbox"],
347 input[type="radio"] {
354 * `font-size` values of the `input`, it causes the cursor style of the
358 input[type="number"]::-webkit-inner-spin-button,
359 input[type="number"]::-webkit-outer-spin-button {
369 input[type="search"] {
378 * Safari (but not Chrome) clips the cancel button when the search input has
382 input[type="search"]::-webkit-search-cancel-button,
383 input[type="search"]::-webkit-search-decoration {
857 .pure-form input[type="text"],
858 .pure-form input[type="password"],
859 .pure-form input[type="email"],
860 .pure-form input[type="url"],
861 .pure-form input[type="date"],
862 .pure-form input[type="month"],
863 .pure-form input[type="time"],
864 .pure-form input[type="datetime"],
865 .pure-form input[type="datetime-local"],
866 .pure-form input[type="week"],
867 .pure-form input[type="number"],
868 .pure-form input[type="search"],
869 .pure-form input[type="tel"],
870 .pure-form input[type="color"],
888 .pure-form input:not([type]) {
902 .pure-form input[type="color"] {
907 .pure-form input[type="text"]:focus,
908 .pure-form input[type="password"]:focus,
909 .pure-form input[type="email"]:focus,
910 .pure-form input[type="url"]:focus,
911 .pure-form input[type="date"]:focus,
912 .pure-form input[type="month"]:focus,
913 .pure-form input[type="time"]:focus,
914 .pure-form input[type="datetime"]:focus,
915 .pure-form input[type="datetime-local"]:focus,
916 .pure-form input[type="week"]:focus,
917 .pure-form input[type="number"]:focus,
918 .pure-form input[type="search"]:focus,
919 .pure-form input[type="tel"]:focus,
920 .pure-form input[type="color"]:focus,
931 .pure-form input:not([type]):focus {
936 .pure-form input[type="file"]:focus,
937 .pure-form input[type="radio"]:focus,
938 .pure-form input[type="checkbox"]:focus {
948 .pure-form input[type="text"][disabled],
949 .pure-form input[type="password"][disabled],
950 .pure-form input[type="email"][disabled],
951 .pure-form input[type="url"][disabled],
952 .pure-form input[type="date"][disabled],
953 .pure-form input[type="month"][disabled],
954 .pure-form input[type="time"][disabled],
955 .pure-form input[type="datetime"][disabled],
956 .pure-form input[type="datetime-local"][disabled],
957 .pure-form input[type="week"][disabled],
958 .pure-form input[type="number"][disabled],
959 .pure-form input[type="search"][disabled],
960 .pure-form input[type="tel"][disabled],
961 .pure-form input[type="color"][disabled],
973 .pure-form input:not([type])[disabled] {
978 .pure-form input[readonly],
986 .pure-form input:focus:invalid,
992 .pure-form input[type="file"]:focus:invalid:focus,
993 .pure-form input[type="radio"]:focus:invalid:focus,
994 .pure-form input[type="checkbox"]:focus:invalid:focus {
1023 .pure-form-stacked input[type="text"],
1024 .pure-form-stacked input[type="password"],
1025 .pure-form-stacked input[type="email"],
1026 .pure-form-stacked input[type="url"],
1027 .pure-form-stacked input[type="date"],
1028 .pure-form-stacked input[type="month"],
1029 .pure-form-stacked input[type="time"],
1030 .pure-form-stacked input[type="datetime"],
1031 .pure-form-stacked input[type="datetime-local"],
1032 .pure-form-stacked input[type="week"],
1033 .pure-form-stacked input[type="number"],
1034 .pure-form-stacked input[type="search"],
1035 .pure-form-stacked input[type="tel"],
1036 .pure-form-stacked input[type="color"],
1037 .pure-form-stacked input[type="file"],
1049 .pure-form-stacked input:not([type]) {
1053 .pure-form-aligned input,
1084 .pure-form input.pure-input-rounded,
1085 .pure-form .pure-input-rounded {
1094 .pure-form .pure-group input,
1103 .pure-form .pure-group input:focus,
1107 .pure-form .pure-group input:first-child,
1113 .pure-form .pure-group input:first-child:last-child,
1119 .pure-form .pure-group input:last-child,
1129 .pure-form .pure-input-1 {
1132 .pure-form .pure-input-2-3 {
1135 .pure-form .pure-input-1-2 {
1138 .pure-form .pure-input-1-3 {
1141 .pure-form .pure-input-1-4 {
1168 .pure-form input:not([type]),
1169 .pure-form input[type="text"],
1170 .pure-form input[type="password"],
1171 .pure-form input[type="email"],
1172 .pure-form input[type="url"],
1173 .pure-form input[type="date"],
1174 .pure-form input[type="month"],
1175 .pure-form input[type="time"],
1176 .pure-form input[type="datetime"],
1177 .pure-form input[type="datetime-local"],
1178 .pure-form input[type="week"],
1179 .pure-form input[type="number"],
1180 .pure-form input[type="search"],
1181 .pure-form input[type="tel"],
1182 .pure-form input[type="color"],
1188 .pure-group input:not([type]),
1189 .pure-group input[type="text"],
1190 .pure-group input[type="password"],
1191 .pure-group input[type="email"],
1192 .pure-group input[type="url"],
1193 .pure-group input[type="date"],
1194 .pure-group input[type="month"],
1195 .pure-group input[type="time"],
1196 .pure-group input[type="datetime"],
1197 .pure-group input[type="datetime-local"],
1198 .pure-group input[type="week"],
1199 .pure-group input[type="number"],
1200 .pure-group input[type="search"],
1201 .pure-group input[type="tel"],
1202 .pure-group input[type="color"] {
1223 /* Increased bottom padding to make it group with its related input element. */