Changes for page ListWebSearch

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

From version 294.1
edited by Ecaterina Valica
on 2009/03/22 11:59
Change comment: There is no comment for this version
To version 296.1
edited by Ecaterina Valica
on 2009/03/22 12:05
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -88,6 +88,7 @@
88 88   font-weight: bold;
89 89  }
90 90  .pagination a:focus {
91 +color: red;
91 91   outline: dotted 1px #000;
92 92  }
93 93  .controlPagination{
... ... @@ -170,6 +170,9 @@
170 170  .itemDescription a:hover{
171 171   color: #5599ff;
172 172  }
174 +.itemDescription a:focus {
175 + outline: dotted 1px #000;
176 +}
173 173  .itemTitle a{
174 174   color: #4d4d4d;
175 175   font-weight: bold;