2016-02-01 22:28:13 +00:00
|
|
|
|
/*!
|
2021-11-04 02:07:45 +00:00
|
|
|
|
* OOUI v0.42.1
|
2018-01-17 05:47:34 +00:00
|
|
|
|
* https://www.mediawiki.org/wiki/OOUI
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*
|
2021-01-26 23:04:51 +00:00
|
|
|
|
* Copyright 2011–2021 OOUI Team and other contributors.
|
2016-02-01 22:28:13 +00:00
|
|
|
|
* Released under the MIT license
|
|
|
|
|
|
* http://oojs.mit-license.org
|
|
|
|
|
|
*
|
2021-11-04 02:07:45 +00:00
|
|
|
|
* Date: 2021-11-04T01:18:47Z
|
2017-08-01 20:32:18 +00:00
|
|
|
|
*/
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-window {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background: transparent;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-frame {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-content {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2018-04-24 23:53:54 +00:00
|
|
|
|
overflow: hidden;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-content:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
|
-webkit-user-select: none;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
user-select: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
background: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-window-overlay {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
/* @noflip */
|
|
|
|
|
|
left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-body,
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-head {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: hidden;
|
2019-09-04 19:42:13 +00:00
|
|
|
|
z-index: 3;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-body {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: auto;
|
2018-12-22 11:36:59 +00:00
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
z-index: 2;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-dialog-content > .oo-ui-window-foot {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
z-index: 3;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2016-11-09 01:22:51 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-labelElement-label {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: auto;
|
|
|
|
|
|
bottom: auto;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table;
|
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
width: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table-cell;
|
|
|
|
|
|
width: 1%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-06-29 13:32:06 +00:00
|
|
|
|
.oo-ui-messageDialog-content > .oo-ui-window-foot {
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* For some reason `outline` in this file is throwing warnings, but not elsewhere */
|
|
|
|
|
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 1px solid #a2a9b1;
|
2016-06-29 13:32:06 +00:00
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-messageDialog-title,
|
|
|
|
|
|
.oo-ui-messageDialog-message {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2018-06-27 18:48:42 +00:00
|
|
|
|
line-height: 1.42857143em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
color: #000;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-message {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.1em;
|
2020-04-15 01:33:34 +00:00
|
|
|
|
color: #202122;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: left;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
|
2018-07-11 18:43:15 +00:00
|
|
|
|
min-height: 2.85714286em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget:first-child {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
margin-left: 0;
|
2017-05-31 19:26:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
border: 0;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-radius: 0;
|
2020-02-27 02:25:27 +00:00
|
|
|
|
padding-top: 0;
|
|
|
|
|
|
padding-bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
2018-07-11 18:43:15 +00:00
|
|
|
|
line-height: 2.85714286em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
background-color: rgba(8, 126, 204, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
background-color: rgba(212, 83, 83, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
|
|
|
|
|
|
border-right: 1px solid #a2a9b1;
|
|
|
|
|
|
margin: 0;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 0 2px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child {
|
|
|
|
|
|
border-right-width: 0;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 2px 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:only-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 2px 2px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
|
|
|
|
|
|
border-bottom: 1px solid #a2a9b1;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child {
|
|
|
|
|
|
border-bottom-width: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-radius: 0 0 2px 2px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-processDialog-location {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
white-space: nowrap;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline;
|
|
|
|
|
|
padding: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
white-space: nowrap;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-safe {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
z-index: 4;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
overflow-y: auto;
|
2018-12-22 11:36:59 +00:00
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-10-11 19:00:48 +00:00
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-foot {
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
2019-10-11 19:00:48 +00:00
|
|
|
|
outline: 1px solid #c8ccd1;
|
|
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-head {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
min-height: 2.85714286em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-content .oo-ui-window-body {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
top: 2.85714286em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-navigation {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
min-height: 2.85714286em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-location {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
min-height: 2.85714286em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
cursor: default;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-title {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
font-size: 1.1em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
line-height: 2.5974026em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
border-radius: 0;
|
2019-09-04 19:42:13 +00:00
|
|
|
|
border-top-color: transparent;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
border-bottom-color: transparent;
|
2019-09-04 19:42:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:hover,
|
|
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
border-top-color: transparent;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
border-bottom-color: transparent;
|
2019-09-04 19:42:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:hover,
|
|
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
border-right-color: #c8ccd1;
|
|
|
|
|
|
border-left-color: transparent;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:focus {
|
|
|
|
|
|
border-color: #36c;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
min-height: 2.85714286em;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
padding-top: 0;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
padding-left: 3.14285714em;
|
2019-07-03 21:12:48 +00:00
|
|
|
|
padding-right: 0;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement:first-child {
|
2017-05-10 01:21:26 +00:00
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button {
|
2020-12-03 21:45:57 +00:00
|
|
|
|
padding: 10px 12px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
2019-12-12 00:36:19 +00:00
|
|
|
|
padding-left: 2.42857143em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
2019-09-04 19:42:13 +00:00
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-left-color: #c8ccd1;
|
|
|
|
|
|
border-right-color: transparent;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:hover,
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
border-left-color: #c8ccd1;
|
|
|
|
|
|
border-right-color: transparent;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget:not( .oo-ui-flaggedElement-progressive ):not( .oo-ui-flaggedElement-destructive ) > .oo-ui-buttonElement-button:focus {
|
|
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
}
|
2019-07-03 21:12:48 +00:00
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget > .oo-ui-buttonElement-button {
|
2019-09-04 19:42:13 +00:00
|
|
|
|
border-right-color: #c8ccd1;
|
|
|
|
|
|
border-left-color: transparent;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button {
|
|
|
|
|
|
background-color: transparent;
|
2019-07-03 21:12:48 +00:00
|
|
|
|
border-right-color: transparent;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:hover {
|
2019-07-03 21:12:48 +00:00
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
border-right-color: #c8ccd1;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:active {
|
2019-09-04 19:42:13 +00:00
|
|
|
|
background-color: #c8ccd1;
|
2019-07-03 21:12:48 +00:00
|
|
|
|
border-right-color: #c8ccd1;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
}
|
2019-09-04 19:42:13 +00:00
|
|
|
|
.oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:focus {
|
|
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-height: 5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.9);
|
2019-07-10 14:07:23 +00:00
|
|
|
|
padding: 3em 3em 0 3em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors-title {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
color: #000;
|
2019-07-10 14:07:23 +00:00
|
|
|
|
margin-bottom: 1.5em;
|
2019-12-12 00:36:19 +00:00
|
|
|
|
text-align: center;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-12-12 00:36:19 +00:00
|
|
|
|
.oo-ui-processDialog-errors > .oo-ui-messageWidget {
|
2019-07-10 14:07:23 +00:00
|
|
|
|
margin: 1em 0 0;
|
2019-12-12 00:36:19 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors-actions {
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog-errors-actions > .oo-ui-buttonWidget {
|
|
|
|
|
|
margin: 2em 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-06-27 04:01:43 +00:00
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-head,
|
|
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-navigation,
|
|
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location {
|
|
|
|
|
|
min-height: 3.14285714em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location {
|
2019-07-10 14:07:23 +00:00
|
|
|
|
margin-left: 1em;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
text-align: left;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-title {
|
|
|
|
|
|
line-height: 2.85714286em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-body {
|
|
|
|
|
|
top: 3.14285714em;
|
|
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
2019-06-27 04:01:43 +00:00
|
|
|
|
min-height: 3.14285714em;
|
|
|
|
|
|
padding-left: 3.14285714em;
|
|
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button {
|
2021-11-04 02:07:45 +00:00
|
|
|
|
min-height: 3.14285714em;
|
|
|
|
|
|
line-height: 3.14285714em;
|
|
|
|
|
|
padding: 0 12px;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
|
2019-12-12 00:36:19 +00:00
|
|
|
|
padding-left: 2.42857143em;
|
2019-07-16 21:59:51 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: fixed;
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
z-index: 4;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
padding: 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
margin: auto;
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
max-height: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-fullscreen > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-12-22 11:36:59 +00:00
|
|
|
|
.oo-ui-windowManager-modal-active {
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
2019-07-16 21:59:51 +00:00
|
|
|
|
.oo-ui-windowManager-ios-modal-ready {
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
|
opacity: 0;
|
2018-07-11 18:43:15 +00:00
|
|
|
|
-webkit-transition: opacity ease-out 250ms;
|
|
|
|
|
|
transition: opacity ease-out 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
-webkit-transform: scale(0.5);
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-ms-transform: scale(0.5);
|
|
|
|
|
|
transform: scale(0.5);
|
2018-07-11 18:43:15 +00:00
|
|
|
|
-webkit-transition: all ease-out 250ms;
|
|
|
|
|
|
transition: all ease-out 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-07-11 18:43:15 +00:00
|
|
|
|
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 1;
|
|
|
|
|
|
-webkit-transform: scale(1);
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-ms-transform: scale(1);
|
|
|
|
|
|
transform: scale(1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 1em;
|
|
|
|
|
|
bottom: 1em;
|
|
|
|
|
|
max-height: 100%;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
2017-03-15 17:33:46 +00:00
|
|
|
|
max-height: calc( 100% - 2em );
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
2017-01-18 00:12:07 +00:00
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|