r56114 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56113‎ | r56114 | r56115 >
Date:22:01, 9 September 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Yet even more tweaks to accomadate changes being made with the SimpleSearch extension.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -362,9 +362,12 @@
363363 color: gray;
364364 }
365365 .suggestions-special .special-query {
366 - color: #0645ad;
367 - text-decoration: underline;
 366+ color: black;
 367+ font-style: italic;
368368 }
 369+ .suggestions-special .special-hover {
 370+ background-color: silver;
 371+ }
369372 /* Panel */
370373 #panel {
371374 position: absolute;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -362,9 +362,12 @@
363363 color: gray;
364364 }
365365 .suggestions-special .special-query {
366 - color: #0645ad;
367 - text-decoration: underline;
 366+ color: black;
 367+ font-style: italic;
368368 }
 369+ .suggestions-special .special-hover {
 370+ background-color: silver;
 371+ }
369372 /* Panel */
370373 #panel {
371374 position: absolute;

Status & tagging log