fwcombox.css 984 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .fwcombox{
  2. white-space:nowrap;
  3. margin:0;
  4. padding:0;
  5. border: #B5B8C8 1px solid;
  6. background-color:white;
  7. width:100%;
  8. }
  9. .fwcombox-text{
  10. border:0px;
  11. line-height:18px;
  12. height:18px;
  13. *height:16px;
  14. *line-height:16px;
  15. _height:16px;
  16. _line-height:16px;
  17. background-color:white;
  18. width: auto;
  19. }
  20. .fwcombox-arrow{
  21. background:#E0ECF9 url('images/combo_arrow.gif') no-repeat 3px 4px;
  22. width:18px;
  23. height:18px;
  24. overflow:hidden;
  25. vertical-align:top;
  26. cursor:pointer;
  27. opacity:0.6;
  28. filter:alpha(opacity=60);
  29. margin:0;
  30. }
  31. .fwcombox-arrow-hover{
  32. opacity:1.0;
  33. filter:alpha(opacity=100);
  34. }
  35. .fwcombox-panel-body{
  36. background:#fff;
  37. overflow:auto;
  38. border: #B5B8C8 1px solid;
  39. border-top-width:1px;
  40. }
  41. .fwcombox-panel{
  42. overflow:hidden;
  43. position:absolute;
  44. }
  45. .fwcombox-item{
  46. padding:2px;
  47. font-size:12px;
  48. padding:3px;
  49. padding-right:0px;
  50. cursor:pointer;
  51. height: 20px;
  52. }
  53. .fwcombox-item-hover{
  54. background:#3399FF;
  55. color:white;
  56. }
  57. .fwcombox-item-selected{
  58. background:#FBEC88;
  59. }