forked from 99246255/SpringBoot-Solr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpager.css
More file actions
34 lines (33 loc) · 628 Bytes
/
pager.css
File metadata and controls
34 lines (33 loc) · 628 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
#pageNav{padding-left:500px;}
#pageNav ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:12px;
margin:10px 0 50px;
padding:0;
}
#pageNav ul.pages li {
list-style:none;
float:left;
border:1px solid #9AAFE5;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}
#pageNav ul.pages li:hover {
border:1px solid #003f7e;
}
#pageNav ul.pages li.pgEmpty {
}
#pageNav ul.pages li.pgCurrent {
border:none;
/*border:1px solid #003f7e;*/
color:#000;
font-weight:700;
/*background-color:#eee;*/
background: none repeat scroll 0 0 #2E6AB1;
border: 1px solid #2E6AB1;
color: #FFFFFF;
font-weight: bold;
}