Replace subtle greys with WikimediaUI color palette ones

Bug: T177723
Change-Id: Iceafe2f3e702667e0ee68b79ddcb6aa4d8fd0010
This commit is contained in:
Volker E 2017-10-08 10:26:43 -07:00
parent eba147a1b4
commit 4b3782a46a
6 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
.mw-echo-ui-footerNoticeWidget {
padding: 0.5em;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #c8ccd1;
white-space: normal;
line-height: 16px;

View file

@ -27,7 +27,7 @@
max-width: 15em;
&-description {
color: #666 !important;
color: #54595d !important;
}
}

View file

@ -13,7 +13,7 @@
> .oo-ui-popupWidget-popup {
> .oo-ui-popupWidget-head {
height: 3.5em;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #c8ccd1;
> .oo-ui-iconWidget {
/* ( 3.5 - 1.875 ) / 2 = 0.8125 */
@ -53,7 +53,7 @@
}
> .oo-ui-popupWidget-footer {
border-top: 1px solid #ddd;
border-top: 1px solid #c8ccd1;
width: 100%;
// Override the margins that OOUI suddenly added to popup footers (T171302)
@ -74,7 +74,7 @@
.box-sizing( border-box );
&:last-child {
border-left: 1px solid #ddd;
border-left: 1px solid #c8ccd1;
}
> .oo-ui-buttonElement-button {

View file

@ -3,13 +3,13 @@
@import '../echo.mixins';
.mw-echo-ui-notificationItemWidget {
background-color: #f1f1f1;
background-color: #f1f1f1; // FIXME: needs to be aligned with WikimediaUI color palette
position: relative;
white-space: normal;
padding: 0.8em 1em 0.5em 1em;
.box-sizing( border-box );
border: 1px solid #ddd;
border: 1px solid #c8ccd1;
border-bottom: 0;
&:hover {
@ -17,7 +17,7 @@
}
&:last-child {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #c8ccd1;
}
&-unread {

View file

@ -34,7 +34,7 @@
}
&:hover {
background-color: #ddd;
background-color: #c8ccd1;
}
}
}

View file

@ -10,7 +10,7 @@
padding: 0.5em;
font-size: 1.5em;
box-shadow: none;
border: 1px solid #666;
border: 1px solid #54595d;
// Override the positioning of the menu
// so it is "stuck" on the bottom of the
// notification overlay panel