Fix style conflict with Foundation

This commit is contained in:
Brian Miyaji
2014-01-20 14:49:34 +11:00
parent f2641222ad
commit f9a367ae6e

View File

@@ -16,20 +16,23 @@
.sp-data-table .sorting:after {
content: "\f156";
color: transparent;
position: absolute;
}
.sp-data-table .sorting_asc:after {
content: "\f142";
position: absolute;
}
.sp-data-table .sorting_desc:after {
content: "\f140";
position: absolute;
}
.sp-data-table .column-number.sorting_asc {
.sp-data-table .data-number.sorting_asc {
cursor: default;
}
.sp-data-table .column-number:after {
.sp-data-table .data-number:after {
content: "";
}
.sp-data-table .column-name .logo {
.sp-data-table .data-name .logo {
vertical-align: middle;
height: 2em;
width: auto;