Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -376,7 +376,6 @@ |
377 | 377 | border-color: #AAAAAA; |
378 | 378 | border-width: 1px; |
379 | 379 | z-index:99; |
380 | | - visibility:hidden; |
381 | 380 | font-size:95%; |
382 | 381 | } |
383 | 382 | |
— | — | @@ -388,7 +387,7 @@ |
389 | 388 | width: 100%; |
390 | 389 | } |
391 | 390 | |
392 | | -td.os-suggest-result, td.os-suggest-result-hl { |
| 391 | +.os-suggest-result, .os-suggest-result-hl { |
393 | 392 | white-space: nowrap; |
394 | 393 | background-color: white; |
395 | 394 | background-color: Window; |
— | — | @@ -396,12 +395,12 @@ |
397 | 396 | color: WindowText; |
398 | 397 | padding: 2px; |
399 | 398 | } |
400 | | -td.os-suggest-result-hl, |
401 | | -td.os-suggest-result-hl-webkit { |
| 399 | +.os-suggest-result-hl, |
| 400 | +.os-suggest-result-hl-webkit { |
402 | 401 | background-color: #4C59A6; |
403 | 402 | color: white; |
404 | 403 | } |
405 | | -td.os-suggest-result-hl { |
| 404 | +.os-suggest-result-hl { |
406 | 405 | /* System colors are misimplemented in Safari 3.0 and earlier, |
407 | 406 | making highlighted text illegible... */ |
408 | 407 | background-color: Highlight; |