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-isearch.css 457 B

4 years ago
1234567891011121314151617181920212223242526
  1. .lr-isearch {
  2. position:relative;
  3. width:100%;
  4. height:100%;
  5. }
  6. .lr-isearch-panel {
  7. position:absolute;
  8. top:28px;
  9. left:0px;
  10. width:100%;
  11. border:1px solid #ccc;
  12. border-top:none;
  13. z-index:1;
  14. background:#fff;
  15. display:none;
  16. }
  17. .lr-isearch-panel li{
  18. min-height: 26px;
  19. line-height: 26px;
  20. overflow: hidden;
  21. cursor: pointer;
  22. padding:0px 5px;
  23. }
  24. .lr-isearch-panel li:hover {
  25. background-color:#eee;
  26. }