forked from remylab/jpaginator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjPaginator.css
More file actions
47 lines (46 loc) · 856 Bytes
/
Copy pathjPaginator.css
File metadata and controls
47 lines (46 loc) · 856 Bytes
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
/* must set border width with px */
.paginator_p {
text-align:center;
float:left;
color:white;
background-color:#B7B7B7;
cursor:pointer;
padding:2px 0 0 0;
}
.paginator_p_bloc {
position:relative;
width:3000px;
}
.paginator_p.over {
background-color:#8B8B8B;
}
.paginator_p.selected {
background-color:#CAFF3A;
color:white;
background-color:black;
}
.paginator_p_wrap {
position:relative;
overflow:hidden;
float:left;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.paginator_slider {
clear:left;
height: 4px;
top: 4px;
background: white;
border: solid 1px black;
position:relative;
}
.paginator_slider .ui-slider-handle {
width: 8px;
height: 12px;
position: absolute;
top: -4px;
background-color:black;
}