mirror of https://github.com/Sonarr/Sonarr
Converted selectall.css to less for better import
This commit is contained in:
parent
ffc40d9456
commit
7d9eaf8cfc
|
@ -1,3 +1,3 @@
|
|||
@import "filter";
|
||||
@import "paginator";
|
||||
@import (css) "selectall.css";
|
||||
@import "selectall";
|
|
@ -6,7 +6,8 @@
|
|||
Licensed under the MIT @license.
|
||||
*/
|
||||
|
||||
.backgrid .select-row-cell,
|
||||
.backgrid .select-all-header-cell {
|
||||
.backgrid {
|
||||
.select-row-cell, .select-all-header-cell {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue