Lines Matching refs:input

1269 .navbar ul li.field input.search { background: #d1c08c; border: none; color: #fdf6e3; }
1291 .pretty.navbar ul li.field input.search { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c08c), color-stop(100%, #f1ecdc)); background-image: -webkit-linear-gradient(#d1c08c, #f1ecdc); background-image: -moz-linear-gradient(#d1c08c, #f1ecdc); background-image: -o-linear-gradient(#d1c08c, #f1ecdc); background-image: linear-gradient(#d1c08c, #f1ecdc); border: none; -webkit-box-shadow: 0 1px 2px white !important; -moz-box-shadow: 0 1px 2px white !important; box-shadow: 0 1px 2px white !important; /* Remove this line if you dont want a dropshadow on your navigation*/ }
1337 .btn > a, .btn input, .btn button, .skiplink > a, .skiplink input, .skiplink button { display: block; padding: 0 18px; color: white; height: 100%; }
1338 .btn input, .btn button, .skiplink input, .skiplink button { background: none; border: none; width: 100%; font-size: 100%; cursor: pointer; font-weight: 400; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
1380 .btn.default a, .btn.default input, .btn.default button, .skiplink.default a, .skiplink.default input, .skiplink.default button { color: #9b740b; }
1390 .btn.warning a, .btn.warning input, .btn.warning button, .skiplink.warning a, .skiplink.warning input, .skiplink.warning button { color: black; }
1402 .btn.pretty.primary a, .pretty .primary.btn a, .pretty .primary.skiplink a, .btn.pretty.primary input, .pretty .primary.btn input, .pretty .primary.skiplink input, .btn.pretty.primary button, .pretty .primary.btn button, .pretty .primary.skiplink button, .skiplink.pretty.primary a, .skiplink.pretty.primary input, .skiplink.pretty.primary button { text-shadow: 0 1px 1px #16527c; }
1406 .btn.pretty.secondary a, .pretty .secondary.btn a, .pretty .secondary.skiplink a, .btn.pretty.secondary input, .pretty .secondary.btn input, .pretty .secondary.skiplink input, .btn.pretty.secondary button, .pretty .secondary.btn button, .pretty .secondary.skiplink button, .skiplink.pretty.secondary a, .skiplink.pretty.secondary input, .skiplink.pretty.secondary button { text-shadow: 0 1px 1px #15504c; }
1410 .btn.pretty.default a, .pretty .default.btn a, .pretty .default.skiplink a, .btn.pretty.default input, .pretty .default.btn input, .pretty .default.skiplink input, .btn.pretty.default button, .pretty .default.btn button, .pretty .default.skiplink button, .skiplink.pretty.default a, .skiplink.pretty.default input, .skiplink.pretty.default button { text-shadow: 0 1px 1px white; }
1414 .btn.pretty.info a, .pretty .info.btn a, .pretty .info.skiplink a, .btn.pretty.info input, .pretty .info.btn input, .pretty .info.skiplink input, .btn.pretty.info button, .pretty .info.btn button, .pretty .info.skiplink button, .skiplink.pretty.info a, .skiplink.pretty.info input, .skiplink.pretty.info button { text-shadow: 0 1px 1px black; }
1418 .btn.pretty.danger a, .pretty .danger.btn a, .pretty .danger.skiplink a, .btn.pretty.danger input, .pretty .danger.btn input, .pretty .danger.skiplink input, .btn.pretty.danger button, .pretty .danger.btn button, .pretty .danger.skiplink button, .skiplink.pretty.danger a, .skiplink.pretty.danger input, .skiplink.pretty.danger button { text-shadow: 0 1px 1px #8d1a18; }
1422 .btn.pretty.warning a, .pretty .warning.btn a, .pretty .warning.skiplink a, .btn.pretty.warning input, .pretty .warning.btn input, .pretty .warning.skiplink input, .btn.pretty.warning button, .pretty .warning.btn button, .pretty .warning.skiplink button, .skiplink.pretty.warning a, .skiplink.pretty.warning input, .skiplink.pretty.warning button { text-shadow: 0 1px 1px #ffc81c; }
1426 .btn.pretty.success a, .pretty .success.btn a, .pretty .success.skiplink a, .btn.pretty.success input, .pretty .success.btn input, .pretty .success.skiplink input, .btn.pretty.success button, .pretty .success.btn button, .pretty .success.skiplink button, .skiplink.pretty.success a, .skiplink.pretty.success input, .skiplink.pretty.success button { text-shadow: 0 1px 1px #2c3300; }
1445 .field input, .field input[type="*"], .field textarea { max-width: 100%; width: 100%; padding: 0; margin: 0; border: none; outline: none; resize: none; -webkit-appearance: none; font-family: "Open Sans"; font-weight: 300; font-size: 16px; font-size: 1rem; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
1446 .field .input { position: relative; padding: 0 10px; background: #fff; border: 1px solid #fae7b3; height: 36px; line-height: 34px; font-size: 16px; font-size: 1rem; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
1447 .field .input.search { height: 36px; line-height: 34px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; padding-right: 0; }
1448 .field .input.textarea { height: auto; }
1450 input.xnarrow, .input.xnarrow { width: 13.33333%; margin: 0; }
1451 input.xnarrow:last-child, .input.xnarrow:last-child { margin-left: -4px; }
1452 input.xnarrow:first-child, .input.xnarrow:first-child { margin-right: 3.94%; margin-left: 0; }
1453 input.xnarrow:first-child:last-child, .input.xnarrow:first-child:last-child { margin: 0; }
1454 input.narrow, .input.narrow { width: 30.66667%; margin: 0; }
1455 input.narrow:last-child, .input.narrow:last-child { margin-left: -4px; }
1456 input.narrow:first-child, .input.narrow:first-child { margin-right: 3.94%; margin-left: 0; }
1457 input.narrow:first-child:last-child, .input.narrow:first-child:last-child { margin: 0; }
1458 input.normal, .input.normal { width: 48%; margin: 0; }
1459 input.normal:last-child, .input.normal:last-child { margin-left: -4px; }
1460 input.normal:first-child, .input.normal:first-child { margin-right: 3.94%; margin-left: 0; }
1461 input.normal:first-child:last-child, .input.normal:first-child:last-child { margin: 0; }
1462 input.wide, .input.wide { width: 65.33333%; margin: 0; }
1463 input.wide:last-child, .input.wide:last-child { margin-left: -4px; }
1464 input.wide:first-child, .input.wide:first-child { margin-right: 3.94%; margin-left: 0; }
1465 input.wide:first-child:last-child, .input.wide:first-child:last-child { margin: 0; }
1466 input.xwide, .input.xwide { width: 82.66667%; margin: 0; }
1467 input.xwide:last-child, .input.xwide:last-child { margin-left: -4px; }
1468 input.xwide:first-child, .input.xwide:first-child { margin-right: 3.94%; margin-left: 0; }
1469 input.xwide:first-child:last-child, .input.xwide:first-child:last-child { margin: 0; }
1470 input.xxwide, .input.xxwide { width: 100%; margin: 0; }
1471 input.xxwide:last-child, .input.xxwide:last-child { margin-left: -4px; }
1472 input.xxwide:first-child, .input.xxwide:first-child { margin-right: 3.94%; margin-left: 0; }
1473 input.xxwide:first-child:last-child, .input.xxwide:first-child:last-child { margin: 0; }
1481 .prepend input, .prepend .input, .append input, .append .input { display: inline-block; max-width: 100%; margin-right: 0; margin-left: 0; }
1483 .prepend input, .prepend .input, .prepend.append input:last-child, .append *:last-child { -webkit-border-radius: 0px 4px 4px 0; -moz-border-radius: 0px 4px 4px 0; -ms-border-radius: 0px 4px 4px 0; -o-border-radius: 0px 4px 4px 0; border-radius: 0px 4px 4px 0; }
1485 .append input, .append .input, .prepend.append input:first-child, .prepend *:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -ms-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
1487 .prepend.append input { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
1489 .prepend.append input:last-child { margin-left: -1px; }
1493 .prepend .btn a, .prepend .btn input, .prepend .btn button, .append .btn a, .append .btn input, .append .btn button { padding: 0 12px; }
1505 .prepend input:first-child, .append input:first-child, .prepend .input:first-child, .append .input:first-child { margin-right: 0; }
1507 .double input, .double .input { width: 50% !important; }
1508 .double input:last-child, .double .input:last-child { margin-left: -1px; }
1510 .field input, .field .input, .field textarea, .field .textarea, .field .radio span, .field .checkbox span, .field .picker { -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }
1514 .field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea, .field.danger .radio span, .field.danger .checkbox span, .field.danger .picker { border-color: #dc322f; background: #f6c9c8; }
1515 .field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea, .field.danger .radio span, .field.danger .checkbox span, .field.danger .picker, .field.danger input::-webkit-input-placeholder, .field.danger textarea::-webkit-input-placeholder, .field.danger input:-moz-placeholder, .field.danger textarea:-moz-placeholder textarea { color: #dc322f; }
1519 .field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea, .field.warning .radio span, .field.warning .checkbox span, .field.warning .picker { border-color: #b58900; background: #ffda69; }
1520 .field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea, .field.warning .radio span, .field.warning .checkbox span, .field.warning .picker, .field.warning input::-webkit-input-placeholder, .field.warning textarea::-webkit-input-placeholder, .field.warning input:-moz-placeholder, .field.warning textarea:-moz-placeholder textarea { color: #b58900; }
1524 .field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker { border-color: #859900; background: #e8ff4d; }
1525 .field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker, .field.success input::-webkit-input-placeholder, .field.success textarea::-webkit-input-placeholder, .field.success input:-moz-placeholder, .field.success textarea:-moz-placeholder textarea { color: #859900; }
1533 .field .text input[type="search"] { -webkit-appearance: textfield; }
1535 .no-js .radio input { -webkit-appearance: radio; margin-left: 1px; }
1536 .no-js .checkbox input { -webkit-appearance: checkbox; }
1537 .no-js .radio input, .no-js .checkbox input { display: inline-block; width: 16px; }
1549 .js .field .radio input[type="radio"], .js .field .radio input[type="checkbox"], .js .field .checkbox input[type="radio"], .js .field .checkbox input[type="checkbox"] { display: none; }
1553 .field .text input[type="search"] { -webkit-appearance: textfield; }
1680 .ie8 .xxwide + input, .ie8 .xwide + input, .ie8 .wide + input, .ie8 .normal + input, .ie8 .narrow + input, .ie8 .xnarrow + input { display: inline; margin: 0 0 0 -.25em; }
1697 label.block select, label.block input.edit { width: 50%; }
1701 input.edit { width: 100%; padding: 0; margin: 0; border: none; outline: none; resize: none; -webkit-appearance: none; font-family: "Open Sans"; font-weight: 300; font-size: 16px; font-size: 1rem; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; position: relative; padding: 0 10px; background: #fff; border: 1px solid #93a1a1; height: 36px; line-height: 34px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
1721 .js .field .radio input[type="radio"], .js .field .radio input[type="checkbox"], .js .field .checkbox input[type="radio"], .js .field .checkbox input[type="checkbox"] { display: none; }
1730 #config__manager input.edit, #config__manager select.edit, #config__manager .input, #config__manager fieldset td.value { max-width: 300px; }
1761 .navbar ul li.field input.search { background: #fdf6e3; border: none; color: #586e75; }