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.
75 lines
1.5 KiB
75 lines
1.5 KiB
.searchbox {
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
}
|
|
.searchbox .searchbox-text {
|
|
font-size: 12px;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0 2px;
|
|
*margin-top: -1px;
|
|
vertical-align: top;
|
|
}
|
|
.searchbox .searchbox-prompt {
|
|
font-size: 12px;
|
|
color: #ccc;
|
|
}
|
|
.searchbox-button {
|
|
width: 18px;
|
|
height: 20px;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
cursor: pointer;
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
.searchbox-button-hover {
|
|
opacity: 1.0;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
.searchbox .l-btn-plain {
|
|
border: 0;
|
|
padding: 0;
|
|
vertical-align: top;
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
-moz-border-radius: 0 0 0 0;
|
|
-webkit-border-radius: 0 0 0 0;
|
|
border-radius: 0 0 0 0;
|
|
}
|
|
.searchbox .l-btn-plain:hover {
|
|
border: 0;
|
|
padding: 0;
|
|
opacity: 1.0;
|
|
filter: alpha(opacity=100);
|
|
-moz-border-radius: 0 0 0 0;
|
|
-webkit-border-radius: 0 0 0 0;
|
|
border-radius: 0 0 0 0;
|
|
}
|
|
.searchbox a.m-btn-plain-active {
|
|
-moz-border-radius: 0 0 0 0;
|
|
-webkit-border-radius: 0 0 0 0;
|
|
border-radius: 0 0 0 0;
|
|
}
|
|
.searchbox-button {
|
|
background: url('images/searchbox_button.png') no-repeat center center;
|
|
}
|
|
.searchbox {
|
|
border-color: #ddd;
|
|
background-color: #fff;
|
|
}
|
|
.searchbox .l-btn-plain {
|
|
background: #ffffff;
|
|
}
|
|
.searchbox .l-btn-plain-disabled,
|
|
.searchbox .l-btn-plain-disabled:hover {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|