Update OOUI to v0.27.6
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-widgets-apex.css
index ee0b6d2..555ad4c 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOUI v0.27.5
+ * OOUI v0.27.6
  * 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-01T22:18:03Z
  */
 .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-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 {