Changes for page ListWebSearch

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

From version 290.1
edited by Ecaterina Valica
on 2009/03/22 11:54
Change comment: There is no comment for this version
To version 293.1
edited by Ecaterina Valica
on 2009/03/22 11:57
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -49,9 +49,12 @@
49 49  #sortFilter a.sortType{
50 50   color: #808080;
51 51  }
52 -#sortFilter a:hover{
52 +#sortFilter a.sortType:hover{
53 53   color: #4D4D4D;
54 54  }
55 +#sortFilter a.sortType:focus {
56 + outline: dotted 1px #000;
57 +}
55 55  #sortFilter a#currentSort{
56 56   color: #4D4D4D;
57 57   font-weight: bold;
... ... @@ -290,6 +290,4 @@
290 290   height: 1px;
291 291   margin: 0 211px;
292 292  }
293 -#search a:focus {
294 - outline: dotted 1px #000;
295 -}
296 +