Changes for page ListWebSearch

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

From version 295.1
edited by Ecaterina Valica
on 2009/03/22 12:01
Change comment: There is no comment for this version
To version 297.1
edited by Ecaterina Valica
on 2009/03/22 12:13
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{
... ... @@ -302,4 +302,6 @@
302 302   height: 1px;
303 303   margin: 0 211px;
304 304  }
305 -
306 +* a:focus {
307 + outline: dotted 1px #000;
308 +}