Align text and border colors to WikimediaUI color palette

Aligning some text and border colors (all greyscale) to WikimediaUI color
palette and also add toolbar `box-shadow` to “More” menu dropdown
following standard pattern.

Bug: T153043
Change-Id: Ic3247ce29059ea7d7f59a99ca742334600d85ce6
This commit is contained in:
Volker E 2017-02-16 11:44:39 -08:00
parent 16216e084d
commit 463d95a356
2 changed files with 6 additions and 5 deletions

View File

@ -63,7 +63,7 @@ div.vectorTabs {
.background-image('images/tab-current-fade.png');
a,
a:visited {
color: #333;
color: #222;
text-decoration: none;
}
}
@ -179,10 +179,11 @@ div.vectorMenu div.menu {
position: absolute;
top: 2.5em;
left: -1px;
background-color: #fff;
border: solid 1px #c0c0c0;
background-color: @body-background-color;
border: 1px solid #a2a9b1;
border-top-width: 0;
clear: both;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
text-align: left;
display: none;
// overlap indicators (which has z-index 1, too)
@ -244,7 +245,7 @@ div.vectorMenu li > a {
div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
color: #333;
color: #222;
text-decoration: none;
}

View File

@ -5,7 +5,7 @@
@content-border-color: #a7d7f9;
// FIXME: Find an open font that works with this stack and is readable by Windows users
@content-font-family: sans-serif;
@content-font-color: #252525;
@content-font-color: #222;
@content-font-size: 0.875em;
@content-line-height: 1.6;
@content-padding: 1em;