Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 11.1
edited by Ecaterina Valica
on 2009/03/16 15:21
Change comment: There is no comment for this version
To version 10.1
edited by Ecaterina Valica
on 2009/03/16 15:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -35,11 +35,10 @@
35 35   color: #808080;
36 36  }
37 37  #sortFilter a:hover{
38 - color: #777777;
38 + color: #4d4d4d;
39 39  }
40 40  #sortFilter a#currentSort{
41 - color: #777777;
42 - font-weight: bold;
41 + color: #4d4d4d;
43 43  }
44 44  .paginationFilter {
45 45   color: #808080;
... ... @@ -56,16 +56,8 @@
56 56  .pagination{
57 57   float: right;
58 58  }
59 -.pagination a{
60 - color: #808080;
61 -}
62 -.pagination a:hover{
63 - color: #777777;
64 -}
65 -.pagination a.currentPagination{
66 - color: #777777;
67 - font-weight: bold;
68 -}
58 +.pagination a{}
59 +.pagination a.currentPagination{}
69 69  .pagination .controlPagination{}
70 70  /* Search Filters*/
71 71  #searchResultsList{