|
@@ -138,11 +138,11 @@ table{
|
|
|
color: #777;
|
|
|
white-space: nowrap;
|
|
|
font-size: 14px;
|
|
|
- background: url("../images/arrow_up.png") 60px center no-repeat;
|
|
|
+ background: url("../images/arrow_down.png") 60px center no-repeat;
|
|
|
padding-right: 15px;
|
|
|
background-size: 10px 6px;
|
|
|
&.up{
|
|
|
- background: url("../images/arrow_down.png") 60px center no-repeat;
|
|
|
+ background: url("../images/arrow_up.png") 60px center no-repeat;
|
|
|
background-size: 10px 6px;
|
|
|
}
|
|
|
}
|