mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
fixed less prefixer path
fixed modals
This commit is contained in:
parent
0a2ac32dfc
commit
28de886bb1
8 changed files with 12 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
|||
@import "/content/prefixer";
|
||||
@import "../prefixer";
|
||||
|
||||
.backgrid-paginator {
|
||||
text-align : center;
|
||||
box-sizing : border-box;
|
||||
border-top : none;
|
||||
.box-sizing(border-box);
|
||||
.border-radios(0 0 4px 4px);
|
||||
.border-radius(0 0 4px 4px);
|
||||
|
||||
ul {
|
||||
display : inline-block;
|
||||
|
@ -25,7 +25,6 @@
|
|||
text-decoration : none;
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
i, span {
|
||||
background-color : #f5f5f5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue