X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Foojs-ui%2Foojs-ui-widgets-apex.css;h=ede4a702dd1678e860238908ef091358044d63a7;hp=a9874b2d85a53f0243a399561ac27f4dafd7149c;hb=7f3d6713e7191c476adb3d3c30344a0327b853d3;hpb=9ade3d47ea44b676ce2e56cacb50af112899e9bd diff --git a/resources/lib/oojs-ui/oojs-ui-widgets-apex.css b/resources/lib/oojs-ui/oojs-ui-widgets-apex.css index a9874b2d85..ede4a702dd 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-widgets-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.21.4 + * OOjs UI v0.22.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-05-16T22:31:46Z + * Date: 2017-05-31T19:07:44Z */ .oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget { cursor: move; @@ -1067,16 +1067,20 @@ .oo-ui-numberInputWidget-field > .oo-ui-buttonWidget { width: 2.25em; } -.oo-ui-numberInputWidget-minusButton.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button { +.oo-ui-numberInputWidget-buttoned .oo-ui-buttonElement-button .oo-ui-iconElement-icon { + min-width: 20px; + width: 1.5625em; +} +.oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input { + border-radius: 0; +} +.oo-ui-numberInputWidget-minusButton > .oo-ui-buttonElement-button { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } -.oo-ui-numberInputWidget-plusButton.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button { +.oo-ui-numberInputWidget-plusButton > .oo-ui-buttonElement-button { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; } -.oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input { - border-radius: 0; -}