target input appearance explicitly #93
Signed-off-by: weru <fromweru@gmail.com>
| | |
| | | * |
| | | box-sizing: border-box |
| | | -webkit-appearance: none |
| | | margin: 0 |
| | | padding: 0 |
| | | |
| | |
| | | |
| | | .copy |
| | | cursor: pointer |
| | | |
| | | .standardize-input |
| | | appearance: none |
| | | -webkit-appearance: none |
| | |
| | | <div class = 'color_mode'> |
| | | <label for = 'mode'></label> |
| | | <input type = 'checkbox' class = 'color_choice' id = 'mode' title="Toggle Dark Mode"> |
| | | <input type = 'checkbox' class = 'color_choice standardize-input' id = 'mode' title="Toggle Dark Mode"> |
| | | </div> |
| | |
| | | {{ else }} |
| | | {{ $placeholder = printf "%s%s" $placeholder (T "site") }} |
| | | {{ end }} |
| | | <input type="search" class="search_field" placeholder='{{ $placeholder }}' id="find" autocomplete="off" data-scope='{{ .Section }}'> |
| | | <input type="search" class="search_field standardize-input" placeholder="{{ $placeholder }}" id="find" autocomplete="off" data-scope='{{ .Section }}'> |
| | | {{- if ne .Params.searchPage true }} |
| | | <div class="search_results results"></div> |
| | | {{- end }} |
| | |
| | | <div class="table_wrap"> |
| | | {{- if not (in $charts "noFilter") }} |
| | | <p> |
| | | <input oninput="w3.filterHTML('#chartTable', '.row', this.value)" class="form_search search_field" placeholder="Filter Table Values"> |
| | | <input oninput="w3.filterHTML('#chartTable', '.row', this.value)" class="form_search search_field forminput" placeholder="Filter Table Values"> |
| | | </p> |
| | | {{- end }} |
| | | <table id="chartTable"> |