fix the pagination area for hazelnut with bootstrap 3
[myslice.git] / third-party / datatables-1.9.4 / css / dataTables.full_numbers.css
1 /*
2   // XXX as of sept. 2013, I cannot locate a bootstrap3-friendly mode for now
3   // hopefully this would come with dataTables v1.10 ?
4   // in any case, search for 'sPaginationType' all over the code for more comments
5   //
6   // this file was made manually from dataTables's demo_tables.css or something
7 */
8
9 .paging_full_numbers {
10         width: 400px;
11         height: 22px;
12         line-height: 22px;
13 }
14
15 .paging_full_numbers a:active {
16         outline: none
17 }
18
19 .paging_full_numbers a:hover {
20         text-decoration: none;
21 }
22
23 .paging_full_numbers a.paginate_button,
24         .paging_full_numbers a.paginate_active {
25         border: 1px solid #aaa;
26         -webkit-border-radius: 5px;
27         -moz-border-radius: 5px;
28         padding: 2px 5px;
29         margin: 0 3px;
30         cursor: pointer;
31         *cursor: hand;
32         color: #333 !important;
33 }
34
35 .paging_full_numbers a.paginate_button {
36         background-color: #ddd;
37 }
38
39 .paging_full_numbers a.paginate_button:hover {
40         background-color: #ccc;
41         text-decoration: none !important;
42 }
43
44 .paging_full_numbers a.paginate_active {
45         background-color: #99B3FF;
46 }
47