12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .combogridX-expander
- {
- display: none;
- position: absolute;
- background-color: White;
- z-index: 9001;
- overflow-y: scroll;
- overflow-x: hidden;
- max-height: 230px;
- width: 150px;
- }
- .combogridX-expander th,
- .combogridX-expander td
- {
- font-size: 11px;
- line-height: 16px;
- height: 20px;
- min-height: 20px;
- }
- .easyui-combogridX
- {
- height: 20px;
- line-height: 20px;
- display: inline-block;
- white-space: nowrap;
- border: 1px solid #d4d4d4;
- margin: 0px;
- padding: 0px;
- overflow: hidden;
- vertical-align: middle;
- }
- .easyui-combogridX .combo-arrow,
- .easyui-combogridX .combo-arrow-hover
- {
- margin-left: -18px;
- }
-
- .combogridX-arrow-hover {
- opacity: 1.0;
- filter: alpha(opacity=100);
- background-color: #e6e6e6;
- }
- .easyui-combogridX .combo-text
- {
- border: 0px;
- display: inline-block;
- font-size: 12px;
- }
- .combo-clear {
- width: 18px;
- height: 20px;
- overflow: hidden;
- display: inline-block;
- vertical-align: top;
- cursor: pointer;
- opacity: 0.6;
- filter: alpha(opacity=60);
- }
- .combo-clear-hover {
- opacity: 1.0;
- filter: alpha(opacity=100);
- }
- .combo-clear {
- background: url('images/panel_tools_close.png') no-repeat center center;
- }
- .combo-clear {
- background-color: #f2f2f2;
- }
- .combo-clear-hover {
- background-color: #e6e6e6;
- }
|