Changes for page ListWebSearch

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

From version 398.1
edited by Ecaterina Valica
on 2009/03/25 10:57
Change comment: There is no comment for this version
To version 395.1
edited by Ecaterina Valica
on 2009/03/25 10:46
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -324,7 +324,7 @@
324 324   list-style-position: outside;
325 325   margin: 0;
326 326   padding: 0;
327 - background: #FFFFFF url($xwiki.getSkinFile('suggestBg.png')) repeat-x scroll 0 0;
327 + background: #FFFFFF url($xwiki.getSkinFile('suggestGrey.png')) repeat-x scroll 0 0;
328 328   border: 2px solid #ccc;
329 329   border-top: none;
330 330  }
... ... @@ -347,9 +347,6 @@
347 347   margin: 0;
348 348   clear: both;
349 349  }
350 -.suggestResults ul li a:focus .suggestItem{
351 - outline: dotted 1px #000;
352 -}
353 353  .suggestResults ul li a .suggestItem .suggestTitle{
354 354   text-align: left;
355 355   width: 60%;
... ... @@ -366,7 +366,9 @@
366 366   margin: 0;
367 367   text-decoration: inherited;
368 368  }
369 -.suggestResults ul li a:hover .suggestItem .suggestTitle,
366 +.suggestResults ul li a:hover .suggestItem .suggestTitle{
367 + text-decoration: underline;
368 +}
370 370  .suggestResults ul li a:hover .suggestItem .suggestTitle em{
371 371   text-decoration: underline;
372 372  }