2016-02-01 22:28:13 +00:00
|
|
|
|
/*!
|
2017-09-20 00:58:44 +00:00
|
|
|
|
* OOjs UI v0.23.1
|
2016-02-01 22:28:13 +00:00
|
|
|
|
* https://www.mediawiki.org/wiki/OOjs_UI
|
|
|
|
|
|
*
|
2017-01-04 00:27:21 +00:00
|
|
|
|
* Copyright 2011–2017 OOjs UI Team and other contributors.
|
2016-02-01 22:28:13 +00:00
|
|
|
|
* Released under the MIT license
|
|
|
|
|
|
* http://oojs.mit-license.org
|
|
|
|
|
|
*
|
2017-09-20 00:58:44 +00:00
|
|
|
|
* Date: 2017-09-20T00:32:00Z
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*/
|
2017-08-01 20:32:18 +00:00
|
|
|
|
/**
|
|
|
|
|
|
* WikimediaUI Base v0.9.2
|
|
|
|
|
|
* Wikimedia Foundation user interface base variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
/* Colors */
|
|
|
|
|
|
/* Positioning */
|
|
|
|
|
|
/* Box Model properties */
|
|
|
|
|
|
/* Max Widths */
|
|
|
|
|
|
/* Typography incl. print properties */
|
|
|
|
|
|
/* Other Properties */
|
|
|
|
|
|
/* Animation & Transition */
|
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;
|
|
|
|
|
|
cursor: url(images/grab.cur );
|
|
|
|
|
|
cursor: -webkit-grab;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
cursor: -moz-grab;
|
|
|
|
|
|
cursor: grab;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: url(images/grabbing.cur );
|
|
|
|
|
|
cursor: -webkit-grabbing;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
cursor: -moz-grabbing;
|
|
|
|
|
|
cursor: grabbing;
|
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
|
|
|
|
}
|
|
|
|
|
|
.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%;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
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;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 1.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-bookletLayout-outlinePanel {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-right: 1px solid #ddd;
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 3em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout > .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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 1.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout > .oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 2.75em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-indexLayout > .oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 2.75em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout-menu,
|
|
|
|
|
|
.oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
-webkit-transition: all 200ms ease;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: all 200ms ease;
|
|
|
|
|
|
transition: all 200ms ease;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout-menu {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 18em;
|
|
|
|
|
|
width: 18em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-menuLayout-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 18em;
|
|
|
|
|
|
left: 18em;
|
|
|
|
|
|
right: 18em;
|
|
|
|
|
|
bottom: 18em;
|
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
|
|
|
|
}
|
|
|
|
|
|
.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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-buttonSelectWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
position: relative;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-left: -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 {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
margin-left: 0;
|
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 {
|
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-11 23:41:59 +00:00
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget.oo-ui-iconElement .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
}
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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
|
|
|
|
}
|
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
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-buttonOptionWidget.oo-ui-iconElement .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-buttonOptionWidget.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: static;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
vertical-align: middle;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleButtonWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0.5em;
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-01-18 00:12:07 +00:00
|
|
|
|
-webkit-transform: translateZ(0);
|
2017-04-18 23:41:08 +00:00
|
|
|
|
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;
|
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
-webkit-transition: background-color 250ms, border-color 250ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 250ms, border-color 250ms;
|
|
|
|
|
|
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;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
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;
|
|
|
|
|
|
-webkit-transition: border-color 250ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: border-color 250ms;
|
|
|
|
|
|
transition: border-color 250ms;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-toggleSwitchWidget-grip {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0.3125em;
|
|
|
|
|
|
min-width: 16px;
|
|
|
|
|
|
width: 1.25em;
|
|
|
|
|
|
min-height: 16px;
|
|
|
|
|
|
height: 1.25em;
|
|
|
|
|
|
border-radius: 1.25em;
|
|
|
|
|
|
-webkit-transition: background-color 250ms, left 100ms, margin-left 100ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 250ms, left 100ms, margin-left 100ms;
|
|
|
|
|
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0.4em;
|
|
|
|
|
|
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;
|
|
|
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
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;
|
|
|
|
|
|
outline: 0;
|
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;
|
|
|
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
max-width: 50em;
|
|
|
|
|
|
margin-right: 0.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-selectButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table-cell;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-selectButton > .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
overflow: hidden;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-selectFileWidget-selectButton > .oo-ui-buttonElement-button > [type='file'] {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
padding-top: 100px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-selectFileWidget-selectButton.oo-ui-widget-disabled > .oo-ui-buttonElement-button > [type='file'] {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: table-cell;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator,
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
top: 0;
|
|
|
|
|
|
height: 100%;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-06-29 13:32:06 +00:00
|
|
|
|
.oo-ui-widget-disabled .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: default;
|
|
|
|
|
|
-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
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
text-overflow: ellipsis;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-clearButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
z-index: 2;
|
2016-02-01 22:28:13 +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,
|
|
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-selectButton,
|
|
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-iconElement-icon {
|
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-pendingElement-pending {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
|
background-size: auto;
|
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
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
margin-left: 8.815em;
|
|
|
|
|
|
border: 0;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
top: inherit;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-fileName {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-selectButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
margin: 2.2em 1em 1em;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: center;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-info,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty .oo-ui-selectFileWidget-clearButton,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported .oo-ui-selectFileWidget-clearButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-enabled .oo-ui-selectFileWidget-label {
|
|
|
|
|
|
cursor: default;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-selectFileWidget-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
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.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
|
|
|
|
}
|
2016-08-03 16:41:35 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget .oo-ui-buttonElement-button,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget .oo-ui-buttonElement-button {
|
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-notsupported.oo-ui-selectFileWidget-dropTarget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: auto;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-selectFileWidget:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-selectButton > .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-radius: 0 2px 2px 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px 0 0 2px;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border-right-width: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
top: -1px;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
left: 0.46875em;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
min-height: 2.5em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
margin-left: -1px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator {
|
2017-04-18 23:41:08 +00:00
|
|
|
|
top: -1px;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
right: 0.9375em;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
min-height: 2.5em;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
right: 2.375em;
|
2017-03-15 17:33:46 +00:00
|
|
|
|
padding-top: 0.625em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
padding-left: 0.625em;
|
2017-03-15 17:33:46 +00:00
|
|
|
|
padding-bottom: 0.546875em;
|
|
|
|
|
|
line-height: 1.172em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-fileName {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
text-overflow: ellipsis;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-clearButton {
|
2017-03-15 17:33:46 +00:00
|
|
|
|
top: -1px;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
right: 0.46875em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-width: 24px;
|
|
|
|
|
|
width: 1.875em;
|
|
|
|
|
|
margin-right: 0;
|
2016-04-19 22:00:12 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-clearButton .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
|
2017-03-15 17:33:46 +00:00
|
|
|
|
height: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty .oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
color: #72777d;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-iconElement .oo-ui-selectFileWidget-label {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
left: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-indicatorElement .oo-ui-selectFileWidget-label {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
right: 3.75em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-left: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-indicatorElement .oo-ui-selectFileWidget-clearButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 2.0875em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-indicatorElement .oo-ui-selectFileWidget-label,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-indicatorElement .oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 2em;
|
2016-02-01 22:28:13 +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
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-selectButton > .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-radius: 2px;
|
2016-05-24 22:53:46 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
line-height: 1.4;
|
|
|
|
|
|
overflow: inherit;
|
|
|
|
|
|
white-space: normal;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-fileName {
|
|
|
|
|
|
padding-right: 2.5em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-clearButton {
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
background-color: #fff;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-style: dashed;
|
2017-09-05 22:07:32 +00:00
|
|
|
|
-webkit-transition: background-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
-moz-transition: background-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
transition: background-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
2017-02-28 23:53:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
|
|
|
|
|
|
border-color: #72777d;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-supported.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop.oo-ui-selectFileWidget-dropTarget {
|
|
|
|
|
|
background-color: #eaf3ff;
|
|
|
|
|
|
color: #36c;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled .oo-ui-selectFileWidget-info,
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #72777d;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon,
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon {
|
2017-03-15 17:33:46 +00:00
|
|
|
|
opacity: 0.51;
|
|
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator,
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator {
|
2017-03-15 17:33:46 +00:00
|
|
|
|
opacity: 0.15;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget {
|
|
|
|
|
|
background-color: #eaecf0;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported .oo-ui-selectFileWidget-info {
|
|
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #222;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget {
|
|
|
|
|
|
background-color: #eaecf0;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-label {
|
|
|
|
|
|
padding: 1em 0.9375em;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-widget-disabled .oo-ui-selectFileWidget-dropLabel {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-05-24 22:53:46 +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;
|
|
|
|
|
|
}
|
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;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
padding: 1.0546875em 0.9375em 0.9375em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 100ms, color 100ms;
|
|
|
|
|
|
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
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-outlineOptionWidget .oo-ui-labelElement-label {
|
|
|
|
|
|
font-size: 1.1em;
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
overflow: hidden;
|
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;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget > .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
float: left;
|
|
|
|
|
|
background-position: right center;
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-movers .oo-ui-buttonWidget {
|
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 {
|
|
|
|
|
|
height: 2.5em;
|
|
|
|
|
|
width: 2.5em;
|
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
|
/* stylelint-disable-line declaration-no-important */
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget > .oo-ui-iconElement-icon {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
height: 2.5em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.2;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabSelectWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
text-align: left;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
overflow: hidden;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
background-color: #eaecf0;
|
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
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
vertical-align: bottom;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
color: #222;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
margin: 0.46875em 0 0 0.46875em;
|
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
border-width: 1px 1px 0 1px;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
|
|
border-top-right-radius: 2px;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
padding: 0.625em 1.015625em 0.546875em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
2017-04-26 01:28:38 +00:00
|
|
|
|
line-height: 1;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 100ms, color 100ms;
|
|
|
|
|
|
transition: background-color 100ms, 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 {
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabOptionWidget .oo-ui-labelElement-label {
|
|
|
|
|
|
line-height: 1.172em;
|
|
|
|
|
|
}
|
2016-02-01 22:28:13 +00:00
|
|
|
|
.oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.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
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
max-width: 50em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-content > input {
|
|
|
|
|
|
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 {
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
padding: 0 0.625em 0.3125em;
|
|
|
|
|
|
line-height: 1;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle:last-child {
|
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input {
|
2017-05-10 01:21:26 +00:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
margin: 0.46875em 0 0 0.390625em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
font-family: inherit;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
line-height: 1.563em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::-webkit-input-placeholder {
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:-ms-input-placeholder {
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::-moz-placeholder {
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:-moz-placeholder {
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::placeholder {
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:focus {
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
2017-05-10 01:21:26 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content .oo-ui-tagMultiselectWidget-group:empty + input {
|
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-iconElement .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
padding-left: 2.475em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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 {
|
|
|
|
|
|
padding-right: 2.4875em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-indicatorElement .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
margin: 0 0.775em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
background-color: #fff;
|
2017-09-05 22:07:32 +00:00
|
|
|
|
-webkit-transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
-moz-transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
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;
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
|
|
|
|
|
}
|
2017-04-18 23:41:08 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
|
}
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input {
|
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
}
|
2017-04-11 23:41:59 +00:00
|
|
|
|
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
|
|
|
|
|
|
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
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget {
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: 100%;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
height: 1.71875em;
|
|
|
|
|
|
margin: 0.3125em 0.3125em 0 0;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
padding: 0 0.3125em;
|
|
|
|
|
|
line-height: 1.71875em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
cursor: text;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled {
|
|
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
color: #222;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
padding-right: 1.640625em;
|
2017-04-11 23:41:59 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
|
|
|
|
|
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;
|
|
|
|
|
|
color: #444;
|
|
|
|
|
|
border-color: #a2a9b1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tagItemWidget.oo-ui-widget-enabled:focus {
|
|
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
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 {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
min-width: 0;
|
|
|
|
|
|
min-height: 0;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
padding-top: 1.5625em;
|
|
|
|
|
|
padding-left: 1.5625em;
|
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 {
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
min-width: 20px;
|
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
|
width: 1.5625em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
max-width: 50em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 100%;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
position: relative;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-content {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-disabled .oo-ui-capsuleMultiselectWidget-content > input {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-group {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-02-01 23:30:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-body > * {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget-focusTrap {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
height: 1px;
|
|
|
|
|
|
width: 1px;
|
|
|
|
|
|
}
|
2017-07-11 22:15:55 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-focusTrap:focus {
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
padding: 0 0.625em 0.3125em;
|
|
|
|
|
|
line-height: 1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle:last-child {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-right: 0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input {
|
2017-05-10 01:21:26 +00:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
color: #000;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
border: 0;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
margin: 0.46875em 0 0 0.390625em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
padding: 0;
|
|
|
|
|
|
font-family: inherit;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
line-height: 1.563em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
vertical-align: middle;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input::-webkit-input-placeholder {
|
2016-11-30 00:12:08 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input:-ms-input-placeholder {
|
2016-11-30 00:12:08 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input::-moz-placeholder {
|
2016-11-30 00:12:08 +00:00
|
|
|
|
color: #72777d;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
opacity: 1;
|
2016-11-30 00:12:08 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input:-moz-placeholder {
|
2016-11-30 00:12:08 +00:00
|
|
|
|
color: #72777d;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
opacity: 1;
|
2016-11-30 00:12:08 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input::placeholder {
|
2016-11-30 00:12:08 +00:00
|
|
|
|
color: #72777d;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
opacity: 1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content > input:focus {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
outline: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-05-10 01:21:26 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle > .oo-ui-capsuleMultiselectWidget-content .oo-ui-capsuleMultiselectWidget-group:empty + input {
|
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-iconElement .oo-ui-capsuleMultiselectWidget-handle {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
padding-left: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-iconElement .oo-ui-capsuleMultiselectWidget-handle > .oo-ui-iconElement-icon {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
left: 0.46875em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-indicatorElement .oo-ui-capsuleMultiselectWidget-handle {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
padding-right: 2.8125em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-indicatorElement .oo-ui-capsuleMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
2017-04-11 23:41:59 +00:00
|
|
|
|
right: 0.9375em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-02-01 23:30:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-popup {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin-top: -1px;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2017-02-01 23:30:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-popup > .oo-ui-popupWidget-popup {
|
|
|
|
|
|
border: 0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-enabled .oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
cursor: text;
|
2017-09-05 22:07:32 +00:00
|
|
|
|
-webkit-transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
-moz-transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
|
|
|
|
|
transition: border-color 200ms cubic-bezier(0.4, 0.55, 0.55, 1), box-shadow 200ms cubic-bezier(0.4, 0.55, 0.55, 1);
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-enabled:hover .oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #72777d;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-enabled.oo-ui-capsuleMultiselectWidget-open .oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-disabled .oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
color: #72777d;
|
|
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #eaecf0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-disabled .oo-ui-capsuleMultiselectWidget-handle > .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.51;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-widget-disabled .oo-ui-capsuleMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.15;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: 100%;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
height: 1.71875em;
|
|
|
|
|
|
margin: 0.3125em 0.3125em 0 0;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
2017-05-10 01:21:26 +00:00
|
|
|
|
padding: 0 0.3125em;
|
|
|
|
|
|
line-height: 1.71875em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
vertical-align: middle;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-labelElement .oo-ui-labelElement-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
cursor: text;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-05-03 23:09:20 +00:00
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled {
|
2017-02-28 23:53:57 +00:00
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
|
|
color: #222;
|
2017-06-29 07:34:54 +00:00
|
|
|
|
padding-right: 1.640625em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
2017-04-18 23:41:08 +00:00
|
|
|
|
-moz-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
|
|
|
|
|
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled:hover {
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
color: #444;
|
|
|
|
|
|
border-color: #a2a9b1;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled:focus {
|
|
|
|
|
|
border-color: #36c;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c;
|
|
|
|
|
|
outline: 0;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled > .oo-ui-buttonElement {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button {
|
2017-06-29 07:34:54 +00:00
|
|
|
|
min-width: 0;
|
|
|
|
|
|
min-height: 0;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
padding-top: 1.5625em;
|
|
|
|
|
|
padding-left: 1.5625em;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
2017-06-29 07:34:54 +00:00
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-icon-close {
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
min-width: 20px;
|
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
|
width: 1.5625em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-labelElement-label,
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
display: none;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-disabled {
|
|
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #72777d;
|
2017-08-03 19:39:42 +00:00
|
|
|
|
border-color: #c8ccd1;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
text-shadow: 0 1px 1px #fff;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-disabled > .oo-ui-buttonElement {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
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;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-query {
|
2017-04-26 01:28:38 +00:00
|
|
|
|
height: 4.375em;
|
|
|
|
|
|
padding: 0 1.25em;
|
|
|
|
|
|
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 {
|
2017-04-26 01:28:38 +00:00
|
|
|
|
margin: 0.9375em 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-results {
|
2017-04-26 01:28:38 +00:00
|
|
|
|
top: 4.375em;
|
|
|
|
|
|
padding: 1.25em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
line-height: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-numberInputWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: inline-block;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
max-width: 50em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget,
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table-cell;
|
2017-03-15 17:33:46 +00:00
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-field {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table;
|
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
width: 100%;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
2017-02-01 23:30:46 +00:00
|
|
|
|
min-width: 2.5em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
padding-right: 0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget .oo-ui-buttonElement-button .oo-ui-iconElement-icon {
|
|
|
|
|
|
left: 0.46875em;
|
|
|
|
|
|
min-width: 20px;
|
|
|
|
|
|
width: 1.5625em;
|
|
|
|
|
|
}
|
2017-04-26 01:28:38 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-radius: 0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-minusButton > .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
|
border-right-width: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-plusButton > .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
|
border-left-width: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2017-05-31 19:26:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget.oo-ui-widget-disabled.oo-ui-numberInputWidget-buttoned .oo-ui-iconElement-icon {
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
}
|