You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .lr-select-company-page .searchBox {
- position: relative;
- top: 0;
- left: 0;
- height: 50px;
- padding: 10px;
- width: 100%;
- background: #f5f5f5;
- }
-
- .lr-select-company-page .searchBox .icon-search {
- position: absolute;
- top: 18px;
- left: 20px;
- color: #999;
- z-index: 1;
- font-size: 12px;
- }
-
- .lr-select-company-page .searchBox input {
- border-radius: 3px;
- height: 30px;
- line-height: 30px;
- width: 100%;
- background-color: #fff;
- border: none;
- padding-left: 30px;
- font-size: 12px;
- color: #000;
- }
-
- .lr-select-company-page .searchBox input::-webkit-input-placeholder {
- color: #999;
- }
-
- .lr-select-company-page .searchBox input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999;
- }
-
- .lr-select-company-page .searchBox input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999;
- }
-
- .lr-select-company-page .searchBox input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #999;
- }
-
- .lr-select-company-page .lr-list-item:after {
- display: none;
- }
-
- .lr-select-company-page .lr-list-item {
- min-height: 36px;
- line-height: 36px;
- }
|