mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PageNotificationsOptionWidget.less
Stephane Bisson 462ef564e8 Fix position of page filters in firefox
Bug: T138454
Change-Id: Ib19f9ab1cedc4613c9ac3a07d40111dd39a55774
2016-06-23 16:18:50 -04:00

33 lines
467 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-pageNotificationsOptionWidget {
width: 100%;
box-sizing: border-box;
clear: both;
&-icon {
float: left;
.oo-ui-iconElement-icon {
display: inline-block;
}
}
&-title {
padding: 0.2em 0;
}
&-count {
float: right;
padding: 0.2em 0.5em;
margin-left: 0.5em;
background-color: #eee;
border-radius: 2px;
color: @grey-medium;
.oo-ui-optionWidget-selected & {
background-color: #bbb;
}
}
}