X-Git-Url: http://git.cyclocoop.org/%24action?a=blobdiff_plain;f=resources%2Flib%2Fooui%2Foojs-ui-toolbars-apex.css;h=e9421aabdfc0389b728aff41dba706205b3b2907;hb=ceb1cd276fd6b46bf063b30232dd54af2c613b01;hp=7b6a2aa42412c0d82b502c82d1c29fdd921734b0;hpb=b306873222f91789e334abcf2005d4b610cfce91;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/ooui/oojs-ui-toolbars-apex.css b/resources/lib/ooui/oojs-ui-toolbars-apex.css index 7b6a2aa424..e9421aabdf 100644 --- a/resources/lib/ooui/oojs-ui-toolbars-apex.css +++ b/resources/lib/ooui/oojs-ui-toolbars-apex.css @@ -1,19 +1,18 @@ /*! - * OOUI v0.31.3 + * OOUI v0.32.0 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2019-04-04T19:10:54Z + * Date: 2019-05-29T00:38:49Z */ .oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon { display: none; } -.oo-ui-popupTool-popup .oo-ui-popupWidget-popup, -.oo-ui-popupTool-popup .oo-ui-popupWidget-anchor { +.oo-ui-popupTool-popup.oo-ui-popupWidget { z-index: 4; } @@ -70,9 +69,6 @@ .oo-ui-toolGroup.oo-ui-widget-enabled:hover { border-color: rgba(0, 0, 0, 0.1); } -.oo-ui-toolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool-link .oo-ui-tool-title { - color: #000; -} .oo-ui-barToolGroup-tools > .oo-ui-tool { display: inline-block; @@ -105,6 +101,7 @@ border-bottom-right-radius: 3px; } .oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link { + color: inherit; height: 1.875em; padding: 0.3125em; } @@ -118,6 +115,9 @@ .oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title { line-height: 2.1em; } +.oo-ui-barToolGroup-tools > .oo-ui-tool:not( .oo-ui-tool-with-icon ) > .oo-ui-tool-link .oo-ui-iconElement-noIcon { + display: none; +} .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-widget-enabled:hover { border-color: rgba(0, 0, 0, 0.2); } @@ -145,6 +145,42 @@ .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-widget-enabled:hover > .oo-ui-tool-link .oo-ui-iconElement-icon { opacity: 1; } +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-progressive { + background-color: #cde7f4; + background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #b0d9ee)); + background-image: -webkit-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); + background-image: -moz-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); + background-image: linear-gradient(to bottom, #eaf4fa 0, #b0d9ee 100%); + border: 1px solid #a6cee1; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-progressive:hover { + border-color: #9dc2d4; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-progressive.oo-ui-tool-active.oo-ui-widget-enabled { + 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%); + background-image: -moz-linear-gradient(top, #b0d9ee 0, #eaf4fa 100%); + background-image: linear-gradient(to bottom, #b0d9ee 0, #eaf4fa 100%); + border: 1px solid #a6cee1; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-progressive > .oo-ui-tool-link { + padding: 0.3125em 0.6255em; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-destructive { + background-color: #ebebeb; + background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #fafafa), color-stop(100%, #ddd)); + background-image: -webkit-linear-gradient(top, #fafafa 0, #ddd 100%); + background-image: -moz-linear-gradient(top, #fafafa 0, #ddd 100%); + background-image: linear-gradient(to bottom, #fafafa 0, #ddd 100%); + border: 1px solid #ccc; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-tool-link { + color: #d45353; +} +.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool.oo-ui-flaggedElement-destructive > .oo-ui-tool-link { + padding: 0.3125em 0.6255em; +} .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools > .oo-ui-tool:focus { outline: 0; } @@ -230,26 +266,6 @@ .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label { margin-right: 1.75em; } -.oo-ui-buttonGroupWidget .oo-ui-popupToolGroup { - margin-left: 0; -} -.oo-ui-buttonGroupWidget .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle { - height: 2.4em; - border-radius: 0; - margin-left: -2px; -} -.oo-ui-buttonGroupWidget .oo-ui-popupToolGroup:first-child > .oo-ui-popupToolGroup-handle { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; - margin-left: 0; -} -.oo-ui-buttonGroupWidget .oo-ui-popupToolGroup:last-child { - margin-right: 0.5em; -} -.oo-ui-buttonGroupWidget .oo-ui-popupToolGroup:last-child > .oo-ui-popupToolGroup-handle { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} .oo-ui-popupToolGroup-handle { height: 2.5em; } @@ -289,6 +305,36 @@ border-bottom-right-radius: 0; box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07); } +.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive { + background-color: #cde7f4; + background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #b0d9ee)); + background-image: -webkit-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); + background-image: -moz-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); + background-image: linear-gradient(to bottom, #eaf4fa 0, #b0d9ee 100%); + border: 1px solid #a6cee1; +} +.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive:hover { + border-color: #9dc2d4; +} +.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active.oo-ui-widget-enabled { + 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%); + background-image: -moz-linear-gradient(top, #b0d9ee 0, #eaf4fa 100%); + background-image: linear-gradient(to bottom, #b0d9ee 0, #eaf4fa 100%); + border: 1px solid #a6cee1; +} +.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive { + background-color: #ebebeb; + background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #fafafa), color-stop(100%, #ddd)); + background-image: -webkit-linear-gradient(top, #fafafa 0, #ddd 100%); + background-image: -moz-linear-gradient(top, #fafafa 0, #ddd 100%); + background-image: linear-gradient(to bottom, #fafafa 0, #ddd 100%); + border: 1px solid #ccc; +} +.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle { + color: #d45353; +} .oo-ui-popupToolGroup-tools { margin: -1px; border: 1px solid #ccc; @@ -495,48 +541,3 @@ background: none; box-shadow: none; } -.oo-ui-toolbar-actions > .oo-ui-buttonElement-framed, -.oo-ui-toolbar-actions > .oo-ui-buttonElement-framed:last-child { - margin-top: 0.4em; - margin-bottom: 0.4em; - margin-right: 0.5em; -} -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement, -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement { - margin: 0; -} -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button, -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button { - margin: 0; - padding: 0 0.3125em; -} -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label, -.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { - margin: 0 1em; - line-height: 3.40625em; -} -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup, -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle { - height: 2.34375em; -} -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive { - border: 0; -} -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle { - background-color: #cde7f4; - background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #eaf4fa), color-stop(100%, #b0d9ee)); - background-image: -webkit-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); - background-image: -moz-linear-gradient(top, #eaf4fa 0, #b0d9ee 100%); - background-image: linear-gradient(to bottom, #eaf4fa 0, #b0d9ee 100%); - border: 1px solid #a6cee1; -} -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover { - border-color: #9dc2d4; -} -.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { - 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%); - background-image: -moz-linear-gradient(top, #b0d9ee 0, #eaf4fa 100%); - background-image: linear-gradient(to bottom, #b0d9ee 0, #eaf4fa 100%); -}