mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
820d2b0fa7
Add a sidebar with cross-wiki sources and pages of unread notifications. The filter allows the user to fetch notifications from a foreign source and specific pages if those exist. Bug: T129366 Change-Id: I57d827a47f80274d75364c2099a9624049a26834
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
@import '../echo.variables';
|
|
|
|
.mw-echo-ui-crossWikiUnreadFilterWidget {
|
|
border: 1px solid @border-color;
|
|
padding: @specialpage-separation-unit;
|
|
width: @specialpage-sidebar-width;
|
|
|
|
&-title {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-subtitle {
|
|
color: @grey-light;
|
|
}
|
|
}
|