diff options
Diffstat (limited to 'resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css')
-rw-r--r-- | resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css index c79dc853f00a..656a9bef4be3 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css @@ -1,38 +1,38 @@ /*! - * OOjs UI v0.20.0 + * OOjs UI v0.20.1 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-03-15T17:06:28Z + * Date: 2017-03-28T22:19:34Z */ -.oo-ui-draggableElement-handle, -.oo-ui-draggableElement-handle.oo-ui-widget { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle, +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle.oo-ui-widget { cursor: move; cursor: url(images/grab.cur ); cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } -.oo-ui-draggableElement-handle:active { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle:active { cursor: url(images/grabbing.cur ); cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; } -.oo-ui-draggableElement-handle.oo-ui-widget-disabled, -.oo-ui-widget-disabled .oo-ui-draggableElement-handle { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle.oo-ui-widget-disabled, +.oo-ui-widget-disabled .oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle { cursor: default; } -.oo-ui-draggableElement-placeholder { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-placeholder { opacity: 0.2; } -.oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement { +.oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable ) { display: inline-block; } -.oo-ui-draggableElement-handle:focus { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle:focus { border-radius: 2px; box-shadow: inset 0 0 0 1px #36c, 0 0 0 1px #36c; outline: 0; @@ -210,7 +210,6 @@ } .oo-ui-buttonOptionWidget { display: inline-block; - padding: 0; } .oo-ui-buttonOptionWidget.oo-ui-buttonElement-active .oo-ui-buttonElement-button { cursor: default; @@ -221,11 +220,6 @@ display: inline-block; vertical-align: middle; } -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected, -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-pressed, -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-highlighted { - background-color: transparent; -} .oo-ui-toggleButtonWidget { margin-right: 0.5em; } |