2023-03-20 09:48:17 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2022-04-06 02:48:31 +00:00
|
|
|
|
|
|
|
.ext-WikiEditor-ManualWidget {
|
2023-03-20 09:48:17 +00:00
|
|
|
// TODO: The only background-color token carrying `#eaecf0` right now is
|
|
|
|
// `@background-color-interactive`, which shouldn't be used here.
|
|
|
|
background-color: #eaecf0;
|
2022-04-06 02:48:31 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2023-03-20 09:48:17 +00:00
|
|
|
border-color: @border-color-subtle;
|
|
|
|
border-width: @border-width-base 0;
|
|
|
|
border-style: @border-style-base;
|
2022-04-21 08:00:03 +00:00
|
|
|
padding: 14px 24px;
|
|
|
|
position: relative;
|
|
|
|
color: inherit;
|
2022-04-06 02:48:31 +00:00
|
|
|
|
2022-04-21 08:00:03 +00:00
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-iconElement-icon {
|
|
|
|
position: relative;
|
2022-04-06 02:48:31 +00:00
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2022-04-21 08:00:03 +00:00
|
|
|
.ext-WikiEditor-realtimepreview-manual-reload {
|
2022-04-06 02:48:31 +00:00
|
|
|
margin-left: auto;
|
2023-03-20 09:48:17 +00:00
|
|
|
font-weight: @font-weight-bold;
|
|
|
|
color: @color-progressive;
|
2022-04-21 08:00:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.oo-ui-widget-disabled .ext-WikiEditor-realtimepreview-manual-reload {
|
2023-03-20 09:48:17 +00:00
|
|
|
color: @color-disabled;
|
2022-04-21 08:00:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.oo-ui-widget-disabled:active {
|
|
|
|
color: inherit;
|
2022-04-06 02:48:31 +00:00
|
|
|
}
|
|
|
|
}
|