fna_flieInput_wev8.css
556 Bytes
.excelbutton {
width: 50px;
height: 30px;
position: relative;
overflow: hidden;
text-align: center;
padding-top: 2px;
padding-left: 4px;
padding-right: 6px;
padding-bottom: 2px;
font-size: 12px;
margin-left:4px;
cursor: pointer;
color: #FFF !important;
font-size: 11px;
background-color: #30B5FF;
border: #FFFFFF 1px solid;
}
.excelbutton:hover {
background-color: #03A996;
color: #FFF !important;
}
.file {
position: absolute;
right: 0;
top: 0;
width: 350px;
opacity: 0;
filter: alpha(opacity=0);
height: 20px;
cursor: pointer;
}