Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -362,9 +362,12 @@ |
363 | 363 | color: gray; |
364 | 364 | } |
365 | 365 | .suggestions-special .special-query { |
366 | | - color: #0645ad; |
367 | | - text-decoration: underline; |
| 366 | + color: black; |
| 367 | + font-style: italic; |
368 | 368 | } |
| 369 | + .suggestions-special .special-hover { |
| 370 | + background-color: silver; |
| 371 | + } |
369 | 372 | /* Panel */ |
370 | 373 | #panel { |
371 | 374 | position: absolute; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -362,9 +362,12 @@ |
363 | 363 | color: gray; |
364 | 364 | } |
365 | 365 | .suggestions-special .special-query { |
366 | | - color: #0645ad; |
367 | | - text-decoration: underline; |
| 366 | + color: black; |
| 367 | + font-style: italic; |
368 | 368 | } |
| 369 | + .suggestions-special .special-hover { |
| 370 | + background-color: silver; |
| 371 | + } |
369 | 372 | /* Panel */ |
370 | 373 | #panel { |
371 | 374 | position: absolute; |