Changes for page ListWebSearch

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -35,10 +35,11 @@
35 35   color: #808080;
36 36  }
37 37  #sortFilter a:hover{
38 - color: #4d4d4d;
38 + color: #777777;
39 39  }
40 40  #sortFilter a#currentSort{
41 - color: #4d4d4d;
41 + color: #777777;
42 + font-weight: bold;
42 42  }
43 43  .paginationFilter {
44 44   color: #808080;
... ... @@ -55,8 +55,16 @@
55 55  .pagination{
56 56   float: right;
57 57  }
58 -.pagination a{}
59 -.pagination a.currentPagination{}
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 +}
60 60  .pagination .controlPagination{}
61 61  /* Search Filters*/
62 62  #searchResultsList{