Fix sort icon in firefox. Closes #4283

This commit is contained in:
Mike Jolley 2013-12-05 15:19:48 +00:00
parent 8d796ff9d5
commit 24be342db0
2 changed files with 7 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -1668,23 +1668,20 @@ table.wc_tax_rates, table.wc_input_table {
padding: 0;
}
td.sort {
padding: 0 0 0 2em;
padding: 0 4px;
cursor: move;
position: relative;
background: #f9f9f9;
text-align: center;
vertical-align: middle;
&:before {
content: "\e032";
font-family: 'WooCommerce';
text-align: center;
line-height: 2;
position: absolute;
line-height: 1;
color: #999;
top:0;
right:0;
bottom:0;
left:0;
display: block;
width:100%;
width: 17px;
float: left;
height: 100%;
}
&:hover {