From: Amir Sarabadani Date: Wed, 30 Nov 2016 20:30:41 +0000 (+0330) Subject: Align search result CSS with Wikimedia UI color palette X-Git-Tag: 1.31.0-rc.0~4705^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=8249ed5ff87e98f880f0b56faf8198299e9ceb72;p=lhc%2Fweb%2Fwiklou.git Align search result CSS with Wikimedia UI color palette Bug: T152025 Change-Id: Idc58deca48327d82372f5136a2fb07146ab1f371 --- diff --git a/resources/src/mediawiki.special/mediawiki.special.search.styles.css b/resources/src/mediawiki.special/mediawiki.special.search.styles.css index 5191f92b16..ebe9ed94ce 100644 --- a/resources/src/mediawiki.special/mediawiki.special.search.styles.css +++ b/resources/src/mediawiki.special/mediawiki.special.search.styles.css @@ -53,9 +53,9 @@ font-size: 97%; } .mw-search-profile-tabs { - background-color: #f3f3f3; + background-color: #f8f9fa; margin-top: 1em; - border: 1px solid #c0c0c0; + border: 1px solid #c8ccd1; } .search-types { float: left; @@ -76,7 +76,7 @@ padding: 0.5em; } .search-types .current a { - color: #333; + color: #222; cursor: default; } .search-types .current a:hover { @@ -86,7 +86,7 @@ float: right; padding: 0.5em; padding-right: 0.75em; - color: #666; + color: #54595d; font-size: 95%; } #mw-search-top-table div.oo-ui-actionFieldLayout { @@ -96,8 +96,8 @@ #mw-searchoptions { margin: 0; padding: 0.5em 0.75em 0.75em 0.75em; - background-color: #f9f9f9; - border: 1px solid #c0c0c0; + background-color: #f8f9fa; + border: 1px solid #c8ccd1; border-top-width: 0; } #mw-searchoptions legend { @@ -119,7 +119,7 @@ } #mw-searchoptions .divider { clear: both; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #eaecf0; padding-top: 0.5em; margin-bottom: 0.5em; } @@ -130,7 +130,7 @@ #mw-search-interwiki { float: right; width: 18em; - border: 1px solid #aaa; + border: 1px solid #a2a9b1; margin-top: 2ex; } .searchalttitle, @@ -150,12 +150,12 @@ font-size: 97%; text-align: left; padding: 0.15em 0.15em 0.2em 0.2em; - background-color: #ececec; - border-top: 1px solid #bbb; + background-color: #eaecf0; + border-top: 1px solid #c8ccd1; } .searchdidyoumean { font-size: 127%; margin-top: 0.8em; /* Note that this color won't affect the link, as desired. */ - color: #c00; + color: #d33; }