mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Moved source code under src folder - massive change
This commit is contained in:
58
src/UI/Content/Backgrid/paginator.less
Normal file
58
src/UI/Content/Backgrid/paginator.less
Normal file
@@ -0,0 +1,58 @@
|
||||
@import "../prefixer";
|
||||
@import "../../Shared/Styles/clickable.less";
|
||||
|
||||
.backgrid-paginator {
|
||||
text-align : center;
|
||||
box-sizing : border-box;
|
||||
border-top : none;
|
||||
.box-sizing(border-box);
|
||||
.border-radius(0 0 4px 4px);
|
||||
position: relative;
|
||||
|
||||
.total-records {
|
||||
display : inline-block;
|
||||
height : 30px;
|
||||
padding : 0;
|
||||
line-height: 30px;
|
||||
font-size : 13px;
|
||||
position : absolute;
|
||||
right : 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
display : inline-block;
|
||||
|
||||
li {
|
||||
display : inline;
|
||||
|
||||
i, span {
|
||||
float : left;
|
||||
width : 30px;
|
||||
height : 30px;
|
||||
padding : 0;
|
||||
line-height : 30px;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.pager-btn {
|
||||
.clickable;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
span {
|
||||
background-color : #f5f5f5;
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
width : inherit;
|
||||
padding : 0px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
i, span {
|
||||
color : #999999;
|
||||
cursor : default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user