aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/ooui/oojs-ui-windows-apex.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/ooui/oojs-ui-windows-apex.css')
-rw-r--r--resources/lib/ooui/oojs-ui-windows-apex.css20
1 files changed, 4 insertions, 16 deletions
diff --git a/resources/lib/ooui/oojs-ui-windows-apex.css b/resources/lib/ooui/oojs-ui-windows-apex.css
index f8d4c25b8ecd..72f6001e5c73 100644
--- a/resources/lib/ooui/oojs-ui-windows-apex.css
+++ b/resources/lib/ooui/oojs-ui-windows-apex.css
@@ -1,12 +1,12 @@
/*!
- * OOUI v0.43.2-pre (630d30f69c)
+ * OOUI v0.44.0
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2022 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
- * Date: 2022-03-11T22:31:38Z
+ * Date: 2022-05-17T17:51:03Z
*/
.oo-ui-window {
@@ -14,7 +14,6 @@
background-image: none;
}
.oo-ui-window-frame {
- -moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-window-content {
@@ -54,7 +53,6 @@
position: absolute;
left: 0;
right: 0;
- -moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-dialog-content > .oo-ui-window-head {
@@ -90,13 +88,11 @@
bottom: auto;
}
.oo-ui-messageDialog-actions-horizontal {
- display: table;
- table-layout: fixed;
+ display: flex;
width: 100%;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
- display: table-cell;
- width: 1%;
+ flex-grow: 1;
}
.oo-ui-messageDialog-actions-vertical {
display: block;
@@ -175,7 +171,6 @@
}
@supports ( width: calc( 100% + 2px ) ) {
.oo-ui-messageDialog-actions-horizontal {
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
width: calc(100% + 2px);
margin-left: -1px;
margin-right: -1px;
@@ -388,16 +383,12 @@
.oo-ui-windowManager-modal > .oo-ui-dialog {
background-color: rgba(255, 255, 255, 0.5);
opacity: 0;
- -webkit-transition: opacity 250ms;
transition: opacity 250ms;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
background-color: #fff;
opacity: 0;
- -webkit-transform: scale(0.5);
- -ms-transform: scale(0.5);
transform: scale(0.5);
- -webkit-transition: all 250ms;
transition: all 250ms;
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup {
@@ -405,15 +396,12 @@
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame {
opacity: 1;
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
transform: scale(1);
}
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
top: 1em;
bottom: 1em;
max-height: 100%;
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
max-height: calc( 100% - 2em );
border: 1px solid #ccc;
border-radius: 3px;