Path: blob/master/webroot/rsrc/css/phui/phui-form.css
12242 views
/**1* @provides phui-form-css2*/34select,5textarea,6input[type="text"],7input[type="password"],8input[type="datetime"],9input[type="datetime-local"],10input[type="date"],11input[type="month"],12input[type="time"],13input[type="week"],14input[type="number"],15input[type="email"],16input[type="url"],17input[type="search"],18input[type="tel"],19input[type="color"],20div.jx-tokenizer-container {21display: inline-block;22height: 30px;23line-height: 18px;24color: inherit;25vertical-align: middle;26font: {$basefont};27-webkit-font-smoothing: antialiased;28}2930textarea,31input[type="text"],32input[type="password"],33input[type="datetime"],34input[type="datetime-local"],35input[type="date"],36input[type="month"],37input[type="time"],38input[type="week"],39input[type="number"],40input[type="email"],41input[type="url"],42input[type="search"],43input[type="tel"],44input[type="color"],45div.jx-tokenizer-container {46padding: 4px 6px;47background-color: {$page.content};48border: 1px solid {$greyborder};49border-radius: 3px;5051-webkit-transition: border linear .05s, box-shadow linear .05s;52-moz-transition: border linear .05s, box-shadow linear .05s;53-o-transition: border linear .05s, box-shadow linear .05s;54transition: border linear .05s, box-shadow linear .05s;5556-webkit-box-sizing: border-box;57-moz-box-sizing: border-box;58box-sizing: border-box;5960/* iOS Safari */61-webkit-appearance: none;62}6364textarea:focus,65input[type="text"]:focus,66input[type="password"]:focus,67input[type="datetime"]:focus,68input[type="datetime-local"]:focus,69input[type="date"]:focus,70input[type="month"]:focus,71input[type="time"]:focus,72input[type="week"]:focus,73input[type="number"]:focus,74input[type="email"]:focus,75input[type="url"]:focus,76input[type="search"]:focus,77input[type="tel"]:focus,78input[type="color"]:focus,79div.jx-tokenizer-container-focused {80border-color: rgba(82, 168, 236, 0.8);81outline: 0;82/* IE6-9 */8384-webkit-box-shadow:85inset 0 1px 1px rgba({$alphablack},.075),860 0 8px rgba(82,168,236,.6);87-moz-box-shadow:88inset 0 1px 1px rgba({$alphablack},.075),890 0 8px rgba(82,168,236,.6);90box-shadow:91inset 0 1px 1px rgba({$alphablack},.075),920 0 8px rgba(82,168,236,.6);93}94input[type="radio"],95input[type="checkbox"] {96margin: 4px 0 0;97margin-top: 1px \9;98/* IE8-9 */99line-height: normal;100}101102select {103-webkit-appearance: none;104-moz-appearance: none;105appearance: none;106107background: {$page.content} url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;108background-size: 8px 10px;109border-radius: 3px;110border: 1px solid {$greyborder};111height: 30px;112padding: 0 24px 0 8px;113margin: 0;114min-width: 180px;115}116117select[multiple],118select[size] {119height: auto;120}121122select:focus,123input[type="file"]:focus,124input[type="radio"]:focus,125input[type="checkbox"]:focus {126outline: thin dotted #333;127outline: 5px auto -webkit-focus-ring-color;128outline-offset: -2px;129}130131input:-moz-placeholder,132textarea:-moz-placeholder {133color: {$lightgreytext};134}135136input:-ms-input-placeholder,137textarea:-ms-input-placeholder {138color: {$lightgreytext};139}140141input::-webkit-input-placeholder,142textarea::-webkit-input-placeholder {143color: {$lightgreytext};144}145146select[disabled],147input[disabled],148textarea[disabled],149.disabled-control {150opacity: 0.5;151}152153.aphront-space-select-control-knob {154margin: 0 8px 4px 0;155float: left;156}157158.aphront-form-control-policy .policy-control {159float: left;160margin-right: 8px;161}162163.device .aphront-space-select-control-knob {164float: none;165}166167.device .aphront-form-control-policy .policy-control {168margin: 0;169}170171172