Add MessagesBi.php
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-widgets-apex.css
index ee0b6d2..1d87386 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOUI v0.27.5
+ * OOUI v0.28.0
  * https://www.mediawiki.org/wiki/OOUI
  *
  * Copyright 2011–2018 OOUI Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2018-07-11T18:13:08Z
+ * Date: 2018-08-14T23:16:22Z
  */
 .oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
   cursor: move;
   width: 4em;
   height: 2em;
   margin-right: 0.5em;
-  border: 1px;
+  border: 1px solid #ccc;
   border-radius: 1em;
   box-shadow: 0 0 0 #fff, inset 0 0.1em 0.2em #ddd;
 }
   border: 1px solid #ccc;
   border-radius: 1em;
   box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.1);
-  -webkit-transition: left 250ms ease, margin-left 250ms ease;
-  -moz-transition: left 250ms ease, margin-left 250ms ease;
-  transition: left 250ms ease, margin-left 250ms ease;
+  -webkit-transition: left 250ms, margin-left 250ms;
+  -moz-transition: left 250ms, margin-left 250ms;
+  transition: left 250ms, margin-left 250ms;
 }
 .oo-ui-toggleSwitchWidget-glow {
   position: absolute;
   left: 0;
   border-radius: 1em;
   box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.07);
-  -webkit-transition: opacity 250ms ease;
-  -moz-transition: opacity 250ms ease;
-  transition: opacity 250ms ease;
+  -webkit-transition: opacity 250ms;
+  -moz-transition: opacity 250ms;
+  transition: opacity 250ms;
   background-color: #cde7f4;
   background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #b0d9ee), color-stop(100%, #eaf4fa));
   background-image: -webkit-linear-gradient(top, #b0d9ee 0, #eaf4fa 100%);
   border-color: transparent;
   border-style: solid;
   border-width: 1px 1px 0 1px;
-  border-top-left-radius: 0.5em;
-  border-top-right-radius: 0.5em;
+  border-top-left-radius: 3px;
+  border-top-right-radius: 3px;
   padding: 0.5em 1em;
 }
 .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
   cursor: text;
 }
 .oo-ui-tagItemWidget:focus {
+  border-color: #ace;
   outline: 0;
-  border-color: #087ecc;
+  box-shadow: 0 0 2px 2px #ace;
 }
 .oo-ui-tagItemWidget > .oo-ui-buttonElement {
   margin-top: -1.25em;
   cursor: text;
 }
 .oo-ui-capsuleItemWidget:focus {
+  border-color: #ace;
   outline: 0;
-  border-color: #087ecc;
+  box-shadow: 0 0 2px 2px #ace;
 }
 .oo-ui-capsuleItemWidget > .oo-ui-buttonElement {
   margin-top: -1.25em;