-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.css
47 lines (47 loc) · 876 Bytes
/
page.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.zyl-page__item,.zyl-page__botton{
min-width: 25px;
height: 25px;
text-align: center;
list-style: none;
display: inline-block;
border: 1px grey solid;
border-radius: 6px;
cursor: pointer;
}
.zyl-page__item{
margin-left: 10px;
}
.zyl-page__botton{
padding: 0 5px;
}
.zyl-page__botton.next{
margin-left: 10px;
}
.zyl-page__item.on{
background-color: rgb(23, 128, 214);
color: white;
}
.page-input{
display: inline-block;
height: 25px;
width: 30px;
border-radius: 6px;
border: 1px solid grey;
margin-left: 5px;
}
.page-input:focus{
box-shadow: 0 0 4 0px rgb(23, 128, 214);
}
.jump-label{
display: inline-block;
margin-left: 10px;
}
.ellipsis{
text-align: center;
display: inline-block;
margin-left: 10px;
}
.pageitems-container{
list-style: none;
display: inline-block;
}