2016-02-01 22:28:13 +00:00
|
|
|
|
/*!
|
2023-01-11 22:41:29 +00:00
|
|
|
|
* OOUI v0.46.1
|
2018-01-17 05:47:34 +00:00
|
|
|
|
* https://www.mediawiki.org/wiki/OOUI
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*
|
2023-01-11 22:41:29 +00:00
|
|
|
|
* Copyright 2011–2023 OOUI Team and other contributors.
|
2016-02-01 22:28:13 +00:00
|
|
|
|
* Released under the MIT license
|
|
|
|
|
|
* http://oojs.mit-license.org
|
|
|
|
|
|
*
|
2023-01-11 22:41:29 +00:00
|
|
|
|
* Date: 2023-01-11T22:36:11Z
|
2017-08-01 20:32:18 +00:00
|
|
|
|
*/
|
2022-02-10 15:22:09 +00:00
|
|
|
|
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ),
|
2017-03-30 21:40:55 +00:00
|
|
|
|
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: move;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
2017-04-18 23:41:08 +00:00
|
|
|
|
cursor: grab;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
2016-02-22 22:36:25 +00:00
|
|
|
|
}
|
2017-03-30 21:40:55 +00:00
|
|
|
|
.oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ):active {
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
2017-04-18 23:41:08 +00:00
|
|
|
|
cursor: grabbing;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-03-30 21:40:55 +00:00
|
|
|
|
.oo-ui-draggableElement-handle.oo-ui-widget-disabled,
|
|
|
|
|
|
.oo-ui-widget-disabled .oo-ui-draggableElement-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: default;
|
2016-03-08 21:49:58 +00:00
|
|
|
|
}
|
2017-03-30 21:40:55 +00:00
|
|
|
|
.oo-ui-draggableElement-placeholder {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.2;
|
2016-03-08 21:49:58 +00:00
|
|
|
|
}
|
2017-03-30 21:40:55 +00:00
|
|
|
|
.oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-bookletLayout-stackLayout.oo-ui-stackLayout-continuous > .oo-ui-panelLayout-scrollable {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
overflow: hidden;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-outlinePanel-editable > .oo-ui-outlineSelectWidget {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
height: auto;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
bottom: 2.5em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
overflow: auto;
|
2018-12-22 11:36:59 +00:00
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
height: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
padding: 20px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
border-top: 1px solid #c8ccd1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-09-26 20:28:20 +00:00
|
|
|
|
.oo-ui-bookletLayout > .oo-ui-menuLayout-menu {
|
2017-10-04 01:41:52 +00:00
|
|
|
|
border-right: 1px solid #c8ccd1;
|
2017-09-26 20:28:20 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-indexLayout {
|
|
|
|
|
|
/* Use two classes to ensure increased specificity over menuLayout */
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout.oo-ui-menuLayout > .oo-ui-menuLayout-menu {
|
2017-10-12 21:36:40 +00:00
|
|
|
|
height: auto;
|
|
|
|
|
|
}
|
2018-11-01 02:57:41 +00:00
|
|
|
|
.oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 3em;
|
2017-10-12 21:36:40 +00:00
|
|
|
|
white-space: nowrap;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-11-01 02:57:41 +00:00
|
|
|
|
.oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 3em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout-stackLayout > .oo-ui-panelLayout {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
padding: 20px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-11-01 02:57:41 +00:00
|
|
|
|
.oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu {
|
|
|
|
|
|
height: 2.64285714em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-11-01 02:57:41 +00:00
|
|
|
|
.oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content {
|
|
|
|
|
|
top: 2.64285714em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-menuLayout {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-09-26 20:28:20 +00:00
|
|
|
|
.oo-ui-menuLayout-expanded,
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu,
|
|
|
|
|
|
.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content {
|
2017-09-26 20:28:20 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
}
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu {
|
2017-10-12 21:36:40 +00:00
|
|
|
|
z-index: 1;
|
|
|
|
|
|
}
|
2017-09-26 20:28:20 +00:00
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-after,
|
|
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-before {
|
|
|
|
|
|
display: table;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-after > .oo-ui-menuLayout-menu,
|
|
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu,
|
|
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-after > .oo-ui-menuLayout-content,
|
|
|
|
|
|
.oo-ui-menuLayout-static.oo-ui-menuLayout-before > .oo-ui-menuLayout-content {
|
2017-09-26 20:28:20 +00:00
|
|
|
|
display: table-cell;
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
}
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout > .oo-ui-menuLayout-menu,
|
|
|
|
|
|
.oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
2018-12-05 13:16:46 +00:00
|
|
|
|
transition: height ease-out 250ms, width ease-out 250ms, top ease-out 250ms, left ease-out 250ms, right ease-out 250ms, bottom ease-out 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout > .oo-ui-menuLayout-menu {
|
2018-12-05 13:16:46 +00:00
|
|
|
|
height: 14.28571429em;
|
|
|
|
|
|
width: 14.28571429em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-02-07 01:17:20 +00:00
|
|
|
|
.oo-ui-menuLayout > .oo-ui-menuLayout-content {
|
2018-12-05 13:16:46 +00:00
|
|
|
|
top: 14.28571429em;
|
|
|
|
|
|
left: 14.28571429em;
|
|
|
|
|
|
right: 14.28571429em;
|
|
|
|
|
|
bottom: 14.28571429em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-hideMenu > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 0 !important;
|
|
|
|
|
|
height: 0 !important;
|
|
|
|
|
|
overflow: hidden;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-hideMenu > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0 !important;
|
|
|
|
|
|
left: 0 !important;
|
|
|
|
|
|
right: 0 !important;
|
|
|
|
|
|
bottom: 0 !important;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: auto !important;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 0 !important;
|
|
|
|
|
|
bottom: 0 !important;
|
|
|
|
|
|
left: 0 !important;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-after > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: auto !important;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-after > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
bottom: 0 !important;
|
|
|
|
|
|
left: 0 !important;
|
|
|
|
|
|
top: 0 !important;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-bottom > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: auto !important;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-bottom > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0 !important;
|
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
|
right: 0 !important;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: auto !important;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0 !important;
|
|
|
|
|
|
right: 0 !important;
|
|
|
|
|
|
bottom: 0 !important;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-stackLayout-continuous > .oo-ui-panelLayout {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
position: relative;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
border-radius: 2px;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin-right: 8px;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
z-index: 0;
|
|
|
|
|
|
position: relative;
|
2018-11-01 02:57:41 +00:00
|
|
|
|
padding-bottom: 1px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-03 23:09:20 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 0;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget .oo-ui-buttonElement-button {
|
2018-11-01 02:57:41 +00:00
|
|
|
|
margin-right: -1px;
|
|
|
|
|
|
margin-bottom: -1px;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
border-radius: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget:first-child .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-bottom-left-radius: 2px;
|
|
|
|
|
|
border-top-left-radius: 2px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget:last-child .oo-ui-buttonElement-button {
|
2018-11-01 02:57:41 +00:00
|
|
|
|
margin-right: 0;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
|
|
border-top-right-radius: 2px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget.oo-ui-widget-disabled + .oo-ui-widget-disabled > .oo-ui-buttonElement-button {
|
|
|
|
|
|
border-left-color: #fff;
|
|
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
|
2020-07-10 07:07:22 +00:00
|
|
|
|
outline: 1px solid transparent;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
|
|
|
|
|
|
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
|
|
|
|
|
|
z-index: 3;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
|
|
|
|
|
|
z-index: -1;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-buttonOptionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-buttonOptionWidget.oo-ui-buttonElement-active .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: default;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-toggleButtonWidget {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin-right: 8px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleButtonWidget:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2020-06-04 21:43:17 +00:00
|
|
|
|
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button {
|
2021-08-19 06:56:04 +00:00
|
|
|
|
background-color: rgba(0, 36, 73, 21/255);
|
2020-06-04 21:43:17 +00:00
|
|
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleButtonWidget.oo-ui-widget-enabled.oo-ui-buttonElement-frameless.oo-ui-toggleWidget-on .oo-ui-buttonElement-button > .oo-ui-iconElement-icon:not( .oo-ui-image-invert ) {
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
overflow: hidden;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
transform: translateZ(0);
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
width: 3.5em;
|
|
|
|
|
|
min-height: 26px;
|
|
|
|
|
|
height: 2em;
|
|
|
|
|
|
border: 1px solid #72777d;
|
|
|
|
|
|
border-radius: 1em;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin-right: 8px;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
transition: background-color 250ms, border-color 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: pointer;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
display: block;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget:before {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
content: '';
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 1px;
|
|
|
|
|
|
left: 1px;
|
|
|
|
|
|
bottom: 1px;
|
|
|
|
|
|
right: 1px;
|
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
|
border-radius: 1em;
|
|
|
|
|
|
z-index: 1;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
transition: border-color 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget-grip {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
top: 0.35714286em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-width: 16px;
|
2018-03-21 00:36:37 +00:00
|
|
|
|
width: 1.14285714em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-height: 16px;
|
2018-03-21 00:36:37 +00:00
|
|
|
|
height: 1.14285714em;
|
|
|
|
|
|
border-radius: 1.14285714em;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
transition: background-color 250ms, left 100ms, margin-left 100ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget-glow {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-off .oo-ui-toggleSwitchWidget-grip {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
left: 0.35714286em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-06-29 13:32:06 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 1.9em;
|
|
|
|
|
|
margin-left: -2px;
|
2016-06-29 13:32:06 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
border: 1px solid #72777d;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border-color: #447ff5;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border-color: #447ff5;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active,
|
2016-11-09 01:22:51 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover,
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus {
|
|
|
|
|
|
background-color: #2a4b8d;
|
|
|
|
|
|
border-color: #2a4b8d;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #2a4b8d;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip,
|
2016-11-09 01:22:51 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip,
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip {
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border-color: #fff;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
2022-07-13 13:34:59 +00:00
|
|
|
|
outline: 1px solid transparent;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #36c;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #36c;
|
|
|
|
|
|
border-color: #36c;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border-color: #fff;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #447ff5;
|
|
|
|
|
|
border-color: #447ff5;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active,
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #2a4b8d;
|
|
|
|
|
|
border-color: #2a4b8d;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #36c;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus:before {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #fff;
|
2016-08-03 16:41:35 +00:00
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #c8ccd1;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled.oo-ui-toggleWidget-off .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #fff;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget.oo-ui-widget-disabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
height: 8.815em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel,
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-selectButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 7.815em;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0.5em;
|
|
|
|
|
|
bottom: 0.5em;
|
|
|
|
|
|
left: 0.5em;
|
|
|
|
|
|
background-position: center center;
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
background-size: contain;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail > .oo-ui-selectFileWidget-noThumbnail-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.4;
|
|
|
|
|
|
height: 7.815em;
|
|
|
|
|
|
width: 7.815em;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-pendingElement-pending {
|
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
width: auto;
|
2019-03-21 16:15:22 +00:00
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border: 0;
|
2019-03-21 16:15:22 +00:00
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
background: transparent;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2020-10-07 23:00:32 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget.oo-ui-selectFileWidget-withThumbnail .oo-ui-selectFileInputWidget-info {
|
|
|
|
|
|
margin-left: 8.815em;
|
|
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: inherit;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-fileName {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail,
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-selectButton {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
margin: 2.2em 1em 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-enabled .oo-ui-selectFileWidget-dropLabel {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2016-05-24 22:53:46 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
|
-webkit-user-select: none;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
user-select: none;
|
2016-06-29 13:32:06 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget .oo-ui-buttonElement-button {
|
2020-12-03 21:45:57 +00:00
|
|
|
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: no-drop;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
border-radius: 2px;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
overflow: hidden;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget.oo-ui-selectFileInputWidget-empty {
|
|
|
|
|
|
border-style: dashed;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-pendingElement-pending {
|
|
|
|
|
|
background-size: 1.42857143em 1.42857143em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2019-06-05 16:32:46 +00:00
|
|
|
|
.oo-ui-selectFileWidget-buttonOnly {
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: none;
|
|
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
background-color: #fff;
|
2018-07-11 18:43:15 +00:00
|
|
|
|
transition: background-color 250ms, color 250ms, border-color 250ms;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
border-color: #72777d;
|
|
|
|
|
|
}
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-enabled .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input {
|
|
|
|
|
|
transition: background-color 250ms, color 250ms;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
background-color: #eaf3ff;
|
2021-08-19 06:56:04 +00:00
|
|
|
|
color: #2a4b8d;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget,
|
2019-03-21 16:15:22 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
background-color: #eaecf0;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2017-03-07 23:26:56 +00:00
|
|
|
|
.oo-ui-outlineSelectWidget {
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineSelectWidget:focus {
|
|
|
|
|
|
box-shadow: inset 0 0 0 2px #36c;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-outlineOptionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
|
-webkit-user-select: none;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
user-select: none;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
padding: 11px 12px;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
transition: background-color 100ms, color 100ms;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #000;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #eaf3ff;
|
|
|
|
|
|
color: #36c;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(41, 98, 204, 0.1);
|
|
|
|
|
|
color: #36c;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget.oo-ui-indicatorElement .oo-ui-labelElement-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-right: 1.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.5;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-1 {
|
2017-03-07 23:26:56 +00:00
|
|
|
|
padding-left: 2.571em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-1.oo-ui-iconElement {
|
|
|
|
|
|
padding-left: 4.429em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-03-07 23:26:56 +00:00
|
|
|
|
.oo-ui-outlineOptionWidget-level-1.oo-ui-iconElement .oo-ui-iconElement-icon {
|
|
|
|
|
|
left: 2.571em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-2 {
|
2017-03-07 23:26:56 +00:00
|
|
|
|
padding-left: 5.142em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-2.oo-ui-iconElement {
|
|
|
|
|
|
padding-left: 6.857em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-03-07 23:26:56 +00:00
|
|
|
|
.oo-ui-outlineOptionWidget-level-2.oo-ui-iconElement .oo-ui-iconElement-icon {
|
|
|
|
|
|
left: 4.429em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-outlineControlsWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-items,
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-movers {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
float: left;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-items {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
float: left;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-items .oo-ui-buttonWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
float: left;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-movers {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
float: right;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-06-29 07:34:54 +00:00
|
|
|
|
.oo-ui-outlineControlsWidget-items > .oo-ui-buttonWidget,
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-movers > .oo-ui-buttonWidget {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
height: 2.28571429em;
|
|
|
|
|
|
width: 2.28571429em;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
margin: 0 !important;
|
|
|
|
|
|
/* stylelint-disable-line declaration-no-important */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-tabSelectWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: left;
|
2017-10-12 21:36:40 +00:00
|
|
|
|
overflow-x: auto;
|
|
|
|
|
|
overflow-y: hidden;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
-webkit-overflow-scrolling: auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-mobile {
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-framed {
|
2017-02-08 00:50:58 +00:00
|
|
|
|
background-color: #eaecf0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-frameless {
|
|
|
|
|
|
box-shadow: inset 0 -1px 0 0 #a2a9b1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-mobile:after {
|
|
|
|
|
|
content: '';
|
|
|
|
|
|
position: absolute;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
bottom: 0;
|
|
|
|
|
|
right: 0;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
width: 18px;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
height: 2.28571429em;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after {
|
2019-09-04 19:42:13 +00:00
|
|
|
|
background-color: #eaecf0;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
background-image: linear-gradient(to right, rgba(234, 236, 240, 0) 0, #eaecf0 100%);
|
2019-09-04 19:42:13 +00:00
|
|
|
|
background-color: transparent;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after {
|
2019-09-04 19:42:13 +00:00
|
|
|
|
background-color: #ffffff;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
|
2019-09-04 19:42:13 +00:00
|
|
|
|
background-color: transparent;
|
2019-06-27 04:01:43 +00:00
|
|
|
|
bottom: 0.14285714em;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
}
|
2018-05-29 23:31:25 +00:00
|
|
|
|
.oo-ui-tabSelectWidget.oo-ui-widget-enabled:focus {
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-tabOptionWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
box-sizing: border-box;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
vertical-align: bottom;
|
2020-04-15 01:33:34 +00:00
|
|
|
|
color: #404244;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin: 6px 0 0 6px;
|
|
|
|
|
|
padding: 0 8px;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
border-color: transparent;
|
|
|
|
|
|
border-style: solid;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
line-height: 1;
|
2018-05-29 23:31:25 +00:00
|
|
|
|
transition: background-color 100ms, color 100ms, border-color 100ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
|
2018-10-04 17:12:39 +00:00
|
|
|
|
cursor: default;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
}
|
2020-04-15 01:33:34 +00:00
|
|
|
|
.oo-ui-tabOptionWidget > .oo-ui-labelElement-label {
|
|
|
|
|
|
color: inherit;
|
2020-08-07 13:29:20 +00:00
|
|
|
|
padding: 5px 5px;
|
|
|
|
|
|
line-height: 1.42857143em;
|
2020-04-15 01:33:34 +00:00
|
|
|
|
text-decoration: inherit;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin-right: 18px;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget {
|
|
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
|
2018-05-29 23:31:25 +00:00
|
|
|
|
border-bottom: 2px solid transparent;
|
2020-08-07 13:29:20 +00:00
|
|
|
|
padding: 5px 5px 3px;
|
2018-05-29 23:31:25 +00:00
|
|
|
|
transition: border-color 100ms;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
|
|
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
2020-04-15 01:33:34 +00:00
|
|
|
|
color: #202122;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
2018-10-04 17:12:39 +00:00
|
|
|
|
color: #000;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-framed.oo-ui-widget-enabled:focus .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
|
2018-05-29 23:31:25 +00:00
|
|
|
|
border-bottom-color: #36c;
|
|
|
|
|
|
}
|
2019-05-29 00:57:59 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin: 6px 6px -1px 0;
|
2019-07-16 21:59:51 +00:00
|
|
|
|
border-width: 1px 0;
|
2019-05-29 00:57:59 +00:00
|
|
|
|
box-shadow: inset 0 0 0 0 #36c;
|
|
|
|
|
|
transition: color 100ms, box-shadow 100ms;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
|
|
|
|
|
|
color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 -2px 0 0 #36c;
|
|
|
|
|
|
}
|
2022-09-28 14:50:48 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:not( .oo-ui-optionWidget-selected ):hover {
|
2019-05-29 00:57:59 +00:00
|
|
|
|
color: #447ff5;
|
|
|
|
|
|
box-shadow: inset 0 -2px 0 0 #447ff5;
|
|
|
|
|
|
}
|
2022-09-28 14:50:48 +00:00
|
|
|
|
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:not( .oo-ui-optionWidget-selected ):active {
|
2019-05-29 00:57:59 +00:00
|
|
|
|
color: #2a4b8d;
|
|
|
|
|
|
box-shadow: inset 0 -2px 0 0 #2a4b8d;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget-frameless.oo-ui-widget-enabled:focus .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
box-shadow: inset 0 0 0 2px #36c;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
max-width: 50em;
|
2018-06-06 16:49:23 +00:00
|
|
|
|
vertical-align: top;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-content {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-group {
|
|
|
|
|
|
display: inline;
|
|
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-outlined {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
cursor: text;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-group > input {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-focusTrap {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
height: 1px;
|
|
|
|
|
|
width: 1px;
|
|
|
|
|
|
}
|
2017-07-11 22:15:55 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-focusTrap:focus {
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
2020-12-03 21:45:57 +00:00
|
|
|
|
min-height: 32px;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin-right: 8px;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
padding: 0 8px;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
line-height: 1;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle:last-child {
|
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
margin-left: -0.14285714em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input {
|
2017-05-10 01:21:26 +00:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
color: #000;
|
2019-02-21 11:08:08 +00:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
height: 2.14285714em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border: 0;
|
2020-08-07 13:29:20 +00:00
|
|
|
|
padding: 5px 0 5px 0.57142857em;
|
2021-03-09 17:19:17 +00:00
|
|
|
|
margin-top: -4px;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
font-family: inherit;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
font-size: inherit;
|
2020-08-07 13:29:20 +00:00
|
|
|
|
line-height: 1.42857143em;
|
2018-06-06 16:49:23 +00:00
|
|
|
|
vertical-align: top;
|
2022-01-12 20:11:19 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix */
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input::-webkit-input-placeholder {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input:-ms-input-placeholder {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input::-moz-placeholder {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input::placeholder {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input:focus {
|
2022-07-13 13:34:59 +00:00
|
|
|
|
outline: 1px solid transparent;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2021-03-09 17:19:17 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group > input:first-child {
|
2022-01-12 20:11:19 +00:00
|
|
|
|
margin-left: 0.14285714em;
|
|
|
|
|
|
padding-left: 0;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-iconElement .oo-ui-tagMultiselectWidget-handle {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
padding-left: 2.02857143em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-iconElement .oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon {
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
margin: 0 0.3em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-indicatorElement .oo-ui-tagMultiselectWidget-handle {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
padding-right: 2.40714286em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-indicatorElement .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
margin: 0 0.775em;
|
|
|
|
|
|
}
|
2021-03-12 22:01:05 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input {
|
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
}
|
2019-10-11 19:00:48 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
background-color: #fff;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
|
2018-07-11 18:43:15 +00:00
|
|
|
|
transition: border-color 250ms, box-shadow 250ms;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2017-05-10 01:21:26 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border-color: #72777d;
|
|
|
|
|
|
}
|
2017-05-10 01:21:26 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus .oo-ui-tagMultiselectWidget-handle {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border-color: #36c;
|
2022-07-13 13:34:59 +00:00
|
|
|
|
outline: 1px solid transparent;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
|
|
|
|
|
}
|
2018-11-07 01:01:56 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid .oo-ui-tagMultiselectWidget-handle,
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid:hover .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
border-color: #d33;
|
|
|
|
|
|
}
|
2019-10-11 19:00:48 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
background-color: #f8f9fa;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
}
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
}
|
2018-11-07 01:01:56 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input {
|
|
|
|
|
|
border-color: #d33;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input {
|
|
|
|
|
|
color: #d33;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
background-color: #eaecf0;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon {
|
|
|
|
|
|
opacity: 0.51;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
opacity: 0.15;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagItemWidget {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
white-space: nowrap;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
box-sizing: border-box;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: 100%;
|
2018-03-21 00:36:37 +00:00
|
|
|
|
height: 1.57142857em;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin: 0 4px 4px 0;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border: 1px solid #a2a9b1;
|
2018-06-06 16:49:23 +00:00
|
|
|
|
border-radius: 1.57142857em;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
padding: 0 8px;
|
2019-03-07 09:22:27 +00:00
|
|
|
|
line-height: 1.42857143em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
|
|
display: inline-block;
|
2018-04-24 23:53:54 +00:00
|
|
|
|
max-width: 100%;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
overflow: hidden;
|
2018-05-09 01:38:43 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-labelElement:not( .oo-ui-tagItemWidget-fixed ) .oo-ui-labelElement-label {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
cursor: text;
|
|
|
|
|
|
}
|
2018-11-01 02:57:41 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
|
|
font-size: 0.92857143em;
|
|
|
|
|
|
line-height: 1.61538462em;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled {
|
2020-04-15 01:33:34 +00:00
|
|
|
|
color: #202122;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover {
|
|
|
|
|
|
background-color: #fff;
|
2020-04-15 01:33:34 +00:00
|
|
|
|
color: #404244;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border-color: #a2a9b1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled:focus {
|
|
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
2022-07-13 13:34:59 +00:00
|
|
|
|
outline: 1px solid transparent;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2018-05-09 01:38:43 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not( .oo-ui-tagItemWidget-fixed ) {
|
|
|
|
|
|
background-color: #f8f9fa;
|
2019-10-11 19:00:48 +00:00
|
|
|
|
padding-right: 23px;
|
2018-05-09 01:38:43 +00:00
|
|
|
|
}
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid {
|
|
|
|
|
|
border-color: #d33;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid:hover {
|
|
|
|
|
|
border-color: #d33;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid:focus {
|
|
|
|
|
|
border-color: #d33;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #d33;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled > .oo-ui-buttonElement {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
display: block;
|
2020-12-10 20:59:33 +00:00
|
|
|
|
min-width: 20px;
|
|
|
|
|
|
min-height: 20px;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
border: 0;
|
2018-06-06 16:49:23 +00:00
|
|
|
|
border-radius: 1.57142857em;
|
2018-03-21 00:36:37 +00:00
|
|
|
|
padding-top: 1.42857143em;
|
|
|
|
|
|
padding-left: 1.42857143em;
|
2018-06-06 16:49:23 +00:00
|
|
|
|
transition: background-color 100ms;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:active {
|
|
|
|
|
|
background-color: #c8ccd1;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
2017-06-29 07:34:54 +00:00
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-icon-close {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
left: 3px;
|
2019-01-11 16:19:16 +00:00
|
|
|
|
min-width: 14px;
|
|
|
|
|
|
width: 1em;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-labelElement-label,
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
display: none;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-disabled {
|
|
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #72777d;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-disabled:focus {
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-disabled > .oo-ui-buttonElement {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
2018-10-04 17:12:39 +00:00
|
|
|
|
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-searchWidget-query {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-query .oo-ui-textInputWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-results {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
overflow-y: auto;
|
2018-12-22 11:36:59 +00:00
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-query {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
height: 4em;
|
2020-03-26 03:29:36 +00:00
|
|
|
|
padding: 0 16px;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
border-bottom: 1px solid #c8ccd1;
|
|
|
|
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-query .oo-ui-textInputWidget {
|
2019-10-11 19:00:48 +00:00
|
|
|
|
margin: 12px 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-results {
|
2018-03-21 00:36:37 +00:00
|
|
|
|
top: 4em;
|
2020-02-27 02:25:27 +00:00
|
|
|
|
padding: 12px 16px 16px;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
line-height: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|