Converted selectall.css to less for better import

This commit is contained in:
Mark McDowall 2013-10-06 17:07:30 -07:00
parent ffc40d9456
commit 7d9eaf8cfc
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
@import "filter"; @import "filter";
@import "paginator"; @import "paginator";
@import (css) "selectall.css"; @import "selectall";

View File

@ -6,7 +6,8 @@
Licensed under the MIT @license. Licensed under the MIT @license.
*/ */
.backgrid .select-row-cell, .backgrid {
.backgrid .select-all-header-cell { .select-row-cell, .select-all-header-cell {
text-align: center; text-align: center;
}
} }