mediawiki-extensions-Echo/modules/echo.variables.less
Roan Kattouw f9ac794133 Make Monobook use the same badge color scheme as Vector
In the unseen notifications case, Monobook used badges with
black text on a light red/blue, even though the text
is white on grey in the non-unseen case. Change the unseen style
to white on dark red/blue like Vector, and also make the colors
exactly the same as Vector.

Change-Id: I9d2d1a2614ac1130e027fb952c9288588d25d495
2016-08-16 17:38:46 -07:00

36 lines
793 B
Plaintext

@badge-padding: 0.12em;
@badge-icon-size: 1.1em;
@badge-distance-adjustment: 1em;
@notification-background-unseen: #dce8ff;
@notification-background-unread: white;
@notification-background-read: #f1f1f1;
@badge-counter-background-seen: #71777D;
@badge-counter-background-unseen-alert: #c33;
@badge-counter-background-unseen-message: #36c;
@notification-text-color: #111;
@notification-body-color: #777;
@bundle-group-padding: 0.7em;
@notification-popup-width: 500px;
@opacity-low: 0.5;
@opacity-mid: 0.8;
@specialpage-separation-unit: 0.7em;
@specialpage-sidebar-width: 20em;
@specialpage-mobile-width-small: 320px;
@specialpage-mobile-width-medium: 768px;
@specialpage-width: 700px;
@grey-light: #777;
@grey-medium: #555;
@grey-dark: #333;
@grey-darkest: #000;
@border-color: #ccc;