| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .fwcombox{
- white-space:nowrap;
- margin:0;
- padding:0;
- border: #B5B8C8 1px solid;
- background-color:white;
- width:100%;
- }
- .fwcombox-text{
- border:0px;
- line-height:18px;
- height:18px;
- *height:16px;
- *line-height:16px;
- _height:16px;
- _line-height:16px;
- background-color:white;
- width: auto;
- }
- .fwcombox-arrow{
- background:#E0ECF9 url('images/combo_arrow.gif') no-repeat 3px 4px;
- width:18px;
- height:18px;
- overflow:hidden;
- vertical-align:top;
- cursor:pointer;
- opacity:0.6;
- filter:alpha(opacity=60);
- margin:0;
- }
- .fwcombox-arrow-hover{
- opacity:1.0;
- filter:alpha(opacity=100);
- }
- .fwcombox-panel-body{
- background:#fff;
- overflow:auto;
- border: #B5B8C8 1px solid;
- border-top-width:1px;
- }
- .fwcombox-panel{
- overflow:hidden;
- position:absolute;
- }
- .fwcombox-item{
- padding:2px;
- font-size:12px;
- padding:3px;
- padding-right:0px;
- cursor:pointer;
- height: 20px;
- }
- .fwcombox-item-hover{
- background:#3399FF;
- color:white;
- }
- .fwcombox-item-selected{
- background:#FBEC88;
- }
|