You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
622 B
Plaintext
36 lines
622 B
Plaintext
.combo-arrow {
|
|
width: 18px;
|
|
height: 20px;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
cursor: pointer;
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
.combo-arrow-hover {
|
|
opacity: 1.0;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
.combo-panel {
|
|
overflow: auto;
|
|
}
|
|
.combo-arrow {
|
|
background: url('images/combo_arrow.png') no-repeat center center;
|
|
}
|
|
.combo-panel {
|
|
background-color: #fff;
|
|
}
|
|
.combo-arrow {
|
|
background-color: #ffffff;
|
|
}
|
|
.combo-arrow-hover {
|
|
background-color: #E6E6E6;
|
|
}
|
|
.combo-arrow:hover {
|
|
background-color: #E6E6E6;
|
|
}
|
|
.combo .textbox-icon-disabled:hover {
|
|
cursor: default;
|
|
}
|