mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Converted selectall.css to less for better import
This commit is contained in:
parent
ffc40d9456
commit
7d9eaf8cfc
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
@import "filter";
|
@import "filter";
|
||||||
@import "paginator";
|
@import "paginator";
|
||||||
@import (css) "selectall.css";
|
@import "selectall";
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue