芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/_asap-ingenierie.fr/wp-content/themes/tribe/tribe/css/partials/_forms.scss
// Inputs textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { background: #fff; border: 1px solid rgba(204, 204, 204, 0.5); color: #595959; padding: ($at-vertspace / 2) ($at-vertspace / 2); border-radius: 1px; outline: 0; margin: 0; vertical-align: middle; width: 400px; max-width: 100%; &:focus { outline-color: rgba(0,0,0,0.1); outline-offset: -2px; outline-style: auto; outline-width: 5px; } } textarea[disabled], select[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] { color: #eee; } input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; color: $input-placeholder-color; cursor: default; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: $input-placeholder-color; } input:-moz-placeholder, textarea:-moz-placeholder { color: $input-placeholder-color; } textarea { min-height: 40px; max-height: 180px; overflow: auto; resize: vertical; width: 100%; max-width: 600px; } // Buttons button, input[type="reset"], input[type="submit"], input[type="button"] { background: #1a1a1a; border: none; padding: ($at-vertspace / 2) ($at-vertspace); font-size: 14px; font-weight: 400; color: #fff; border: 1px solid #1a1a1a; text-transform: uppercase; text-shadow: none; cursor: pointer; display: inline-block; outline: 0; overflow: visible; margin: 0; text-decoration: none; vertical-align: middle; width: auto; transition: all, 0.3s, ease-out; border-radius: 1px; text-align: center; &:hover { text-decoration: none; background: brightness(50%); border-color: brightness(50%); color: #fff; } } button[disabled], input[disabled] { cursor: default; } input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border: 0; padding: 0; } textarea, select[size], select[multiple] { height: auto; } input[type="search"]::-webkit-search-decoration { display: none; } // Label label { display: block; font-size: 14px; font-weight: 400; line-height: 1; margin: 0 0 5px; } .search-form, .post-password-form { margin-bottom: 25px; label { display: inline-block; } }