input {
border: 1px solid #00bfff;
}
.button-style01 {
color: #00bfff;
font-weight: bold;
height: 25px;
background-color: #ffffff;
border: 1px solid #00bfff;
-ms-text-shadow: -2px 0 1px #00bfff;
/*text-shadow: -2px 0 1px #00bfff;*/
}
IE8是兼容的,再往下的我就不管了
.table {
border-top: 1px solid #87CEFA;
border-left: 1px solid #87CEFA;
border-collapse: collapse;
text-align: center;
}
.table th {
color: #ffffff;
font-weight: bold;
line-height: 32px;
border: 1px solid #00bfff;
background-color: #00bfff;
border-right: 1px solid #ffffff;
}
.table td {
line-height: 28px;
border: 1px solid #00bfff;
}
.table tr td:hover {
background-color: #00bfff;
color: #ffffff;
font-weight: bold;
}
图片截出来可能有点失真。
个别情况IE下有黑边框,给段神器滤镜:
<!--[if IE]>
<style type="text/css">
input {
filter: chroma(color=#000000);
}
</style>
<![endif]-->