Merge "rdbms: lower value of MAX_LAG_DEFAULT to 6"
[lhc/web/wiklou.git] / resources / lib / ooui / oojs-ui-windows-apex.css
index fe84e37..c9a4dee 100644 (file)
@@ -1,16 +1,17 @@
 /*!
- * OOUI v0.28.2
+ * OOUI v0.30.2
  * https://www.mediawiki.org/wiki/OOUI
  *
- * Copyright 2011–2018 OOUI Team and other contributors.
+ * Copyright 2011–2019 OOUI Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2018-09-11T23:05:21Z
+ * Date: 2019-01-23T01:14:27Z
  */
 .oo-ui-actionWidget.oo-ui-pendingElement-pending {
   background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif);
 }
+
 .oo-ui-window {
   background-color: transparent;
   background-image: none;
@@ -50,6 +51,7 @@
   /* @noflip */
   left: 0;
 }
+
 .oo-ui-dialog-content > .oo-ui-window-head,
 .oo-ui-dialog-content > .oo-ui-window-body,
 .oo-ui-dialog-content > .oo-ui-window-foot {
@@ -67,6 +69,7 @@
 }
 .oo-ui-dialog-content > .oo-ui-window-body {
   overflow: auto;
+  -webkit-overflow-scrolling: touch;
   z-index: 2;
   top: 0;
   bottom: 0;
@@ -78,6 +81,7 @@
 .oo-ui-dialog-content > .oo-ui-window-body {
   box-shadow: 0 0 0.66em rgba(0, 0, 0, 0.25);
 }
+
 .oo-ui-messageDialog-actions .oo-ui-actionWidget {
   position: relative;
   text-align: center;
 .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
   border-radius: 0 0 3px 3px;
 }
+
 .oo-ui-processDialog-location {
   overflow: hidden;
   text-overflow: ellipsis;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: auto;
+  -webkit-overflow-scrolling: touch;
 }
 .oo-ui-processDialog-content .oo-ui-window-head {
   height: 3.4em;
   background-color: #fff7f7;
   border-radius: 3px;
 }
+
 .oo-ui-windowManager-modal > .oo-ui-dialog {
   position: fixed;
   width: 0;
   top: 0;
   bottom: 0;
 }
+.oo-ui-windowManager-modal-active {
+  overflow: hidden;
+  position: relative;
+}
 .oo-ui-windowManager-modal > .oo-ui-dialog {
   background-color: rgba(255, 255, 255, 0.5);
   opacity: 0;