2016-02-01 22:28:13 +00:00
|
|
|
|
/*!
|
2017-02-28 23:53:57 +00:00
|
|
|
|
* OOjs UI v0.19.4
|
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-02-28 23:53:57 +00:00
|
|
|
|
* Date: 2017-02-28T23:19:44Z
|
2016-02-01 22:28:13 +00:00
|
|
|
|
*/
|
2017-02-28 23:53:57 +00:00
|
|
|
|
/* stylelint-disable selector-no-vendor-prefix, at-rule-no-unknown */
|
|
|
|
|
|
/* stylelint-enable selector-no-vendor-prefix, at-rule-no-unknown */
|
2016-03-08 21:49:58 +00:00
|
|
|
|
.oo-ui-draggableElement-handle,
|
|
|
|
|
|
.oo-ui-draggableElement-handle.oo-ui-widget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: move;
|
|
|
|
|
|
cursor: url(images/grab.cur );
|
|
|
|
|
|
cursor: -webkit-grab;
|
|
|
|
|
|
cursor: -moz-grab;
|
|
|
|
|
|
cursor: grab;
|
2016-02-22 22:36:25 +00:00
|
|
|
|
}
|
2016-03-08 21:49:58 +00:00
|
|
|
|
.oo-ui-draggableElement-handle:active {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
cursor: url(images/grabbing.cur );
|
|
|
|
|
|
cursor: -webkit-grabbing;
|
|
|
|
|
|
cursor: -moz-grabbing;
|
|
|
|
|
|
cursor: grabbing;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-03-08 21:49:58 +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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-draggableElement-placeholder {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.2;
|
2016-03-08 21:49:58 +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
|
|
|
|
}
|
2017-02-28 23:53:57 +00:00
|
|
|
|
.oo-ui-draggableElement-handle:focus {
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
box-shadow: inset 0 0 0 1px #36c, 0 0 0 1px #36c;
|
|
|
|
|
|
outline: 0;
|
|
|
|
|
|
}
|
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;
|
|
|
|
|
|
-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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
bottom: 3em;
|
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;
|
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-01-18 00:12:07 +00:00
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
|
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;
|
|
|
|
|
|
/* stylelint-disable declaration-no-important */
|
|
|
|
|
|
/* stylelint-enable declaration-no-important */
|
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;
|
|
|
|
|
|
-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
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
margin-left: -1px;
|
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;
|
|
|
|
|
|
margin-left: 0;
|
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
|
|
|
|
}
|
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;
|
|
|
|
|
|
padding: 0;
|
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-buttonOptionWidget.oo-ui-optionWidget-selected,
|
|
|
|
|
|
.oo-ui-buttonOptionWidget.oo-ui-optionWidget-pressed,
|
|
|
|
|
|
.oo-ui-buttonOptionWidget.oo-ui-optionWidget-highlighted {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: transparent;
|
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;
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-01-18 00:12:07 +00:00
|
|
|
|
-webkit-transform: translateZ(0);
|
|
|
|
|
|
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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
border-color: #c8ccd1;
|
|
|
|
|
|
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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
padding-top: 0.5em;
|
|
|
|
|
|
padding-right: 2.375em;
|
2016-02-09 21:34:30 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-clearButton {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 0.5em;
|
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;
|
|
|
|
|
|
-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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-label {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding: 1em;
|
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
|
|
|
|
height: 2.4em;
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px 0 0 2px;
|
|
|
|
|
|
border-width: 1px 0 1px 1px;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0;
|
|
|
|
|
|
margin-left: 0.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
2016-08-16 21:22:47 +00:00
|
|
|
|
.oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 0;
|
|
|
|
|
|
margin-right: 0.775em;
|
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;
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
right: 2.375em;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding-left: 0.5em;
|
|
|
|
|
|
line-height: 2.3;
|
|
|
|
|
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 2.3em;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 2.875em;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
right: 4.4625em;
|
|
|
|
|
|
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
|
|
|
|
}
|
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-02-28 23:53:57 +00:00
|
|
|
|
-webkit-transition: background-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
|
|
|
|
|
|
-moz-transition: background-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
|
|
|
|
|
|
transition: background-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
|
|
|
|
|
|
}
|
|
|
|
|
|
.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-dropTarget,
|
|
|
|
|
|
.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
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
border-color: #c8ccd1;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled .oo-ui-selectFileWidget-info,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported .oo-ui-selectFileWidget-info {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #eaecf0;
|
|
|
|
|
|
color: #72777d;
|
|
|
|
|
|
border-color: #c8ccd1;
|
|
|
|
|
|
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,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported .oo-ui-selectFileWidget-info > .oo-ui-iconElement-icon,
|
|
|
|
|
|
.oo-ui-selectFileWidget.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator,
|
|
|
|
|
|
.oo-ui-selectFileWidget-empty.oo-ui-widget-disabled .oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator,
|
|
|
|
|
|
.oo-ui-selectFileWidget-notsupported .oo-ui-selectFileWidget-info > .oo-ui-indicatorElement-indicator {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
opacity: 0.51;
|
2016-08-16 21:22:47 +00:00
|
|
|
|
}
|
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
|
|
|
|
}
|
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;
|
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
|
user-select: none;
|
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
|
padding: 0.75em;
|
|
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms;
|
|
|
|
|
|
-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
|
|
|
|
}
|
2016-04-26 21:48:42 +00:00
|
|
|
|
.oo-ui-outlineOptionWidget .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-size: 90.90909%;
|
2016-04-26 21:48:42 +00:00
|
|
|
|
}
|
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-0 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-left: 3.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-0 .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 1em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-1 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-left: 5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-1 .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 2.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-2 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-left: 6.5em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineOptionWidget-level-2 .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 4em;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 3em;
|
|
|
|
|
|
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;
|
|
|
|
|
|
-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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-items,
|
|
|
|
|
|
.oo-ui-outlineControlsWidget-movers {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 2em;
|
|
|
|
|
|
margin: 0.5em 0.5em 0.5em 0;
|
|
|
|
|
|
padding: 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-outlineControlsWidget > .oo-ui-iconElement-icon {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
width: 1.5em;
|
|
|
|
|
|
height: 2em;
|
|
|
|
|
|
margin: 0.5em 0 0.5em 0.5em;
|
|
|
|
|
|
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;
|
|
|
|
|
|
vertical-align: bottom;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
color: #222;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0.5em 0 0 0.75em;
|
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
|
|
border-top-right-radius: 2px;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
padding: 0.35em 1em;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
font-weight: bold;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms;
|
|
|
|
|
|
-moz-transition: background-color 100ms, color 100ms;
|
|
|
|
|
|
transition: background-color 100ms, color 100ms;
|
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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-tabOptionWidget.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-tabOptionWidget.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-selectWidget-pressed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
|
|
|
|
|
|
.oo-ui-selectWidget-depressed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
|
|
|
|
|
|
.oo-ui-tabOptionWidget.oo-ui-optionWidget-selected:hover {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
background-color: #fff;
|
2017-02-08 00:50:58 +00:00
|
|
|
|
color: #000;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
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;
|
|
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
min-height: 2.4em;
|
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
|
padding: 0.15em 0.25em;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
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 {
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
line-height: 1.675;
|
|
|
|
|
|
margin: 0 0 0 0.2em;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
/* stylelint-disable indentation */
|
|
|
|
|
|
/* stylelint-enable indentation */
|
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
|
|
|
|
}
|
2016-05-24 22:53:46 +00:00
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-iconElement .oo-ui-capsuleMultiselectWidget-handle {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-left: 2.475em;
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
left: 0;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
margin: 0 0.3em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-indicatorElement .oo-ui-capsuleMultiselectWidget-handle {
|
|
|
|
|
|
padding-right: 2.4875em;
|
|
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleMultiselectWidget.oo-ui-indicatorElement .oo-ui-capsuleMultiselectWidget-handle > .oo-ui-indicatorElement-indicator {
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
margin: 0 0.775em;
|
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;
|
|
|
|
|
|
-webkit-transition: border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
|
|
|
|
|
|
-moz-transition: border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
|
|
|
|
|
|
transition: border-color 200ms cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 200ms cubic-bezier(0.39, 0.575, 0.565, 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;
|
|
|
|
|
|
border-color: #c8ccd1;
|
|
|
|
|
|
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;
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
|
box-sizing: border-box;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
width: auto;
|
|
|
|
|
|
max-width: 100%;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 1.7em;
|
|
|
|
|
|
margin: 0.1em;
|
|
|
|
|
|
border: 1px solid #a2a9b1;
|
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
padding: 0 0.4em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
line-height: 1.7;
|
|
|
|
|
|
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;
|
2016-11-09 01:22:51 +00:00
|
|
|
|
padding-right: 1.5375em;
|
2017-02-28 23:53:57 +00:00
|
|
|
|
-webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
|
|
|
|
|
|
-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;
|
|
|
|
|
|
}
|
|
|
|
|
|
.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;
|
|
|
|
|
|
bottom: 0;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: block;
|
|
|
|
|
|
width: 1.5375em;
|
|
|
|
|
|
height: 100%;
|
2016-05-03 23:09:20 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-capsuleItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-indicator-clear {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
position: absolute;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
right: 0.3em;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
height: auto;
|
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;
|
|
|
|
|
|
border-color: #c8ccd1;
|
|
|
|
|
|
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 {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
height: 4em;
|
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
|
border-bottom: 1px solid #a2a9b1;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-query .oo-ui-textInputWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
margin: 0.75em 0;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-searchWidget-results {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
top: 4em;
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
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,
|
|
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-textInputWidget {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
display: table-cell;
|
2016-02-01 22:28:13 +00:00
|
|
|
|
}
|
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
|
|
|
|
}
|
2016-09-13 18:48:04 +00:00
|
|
|
|
.oo-ui-numberInputWidget-buttoned .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
|
|
|
|
}
|
|
|
|
|
|
.oo-ui-numberInputWidget-buttoned .oo-ui-textInputWidget input {
|
2016-11-09 01:22:51 +00:00
|
|
|
|
border-radius: 0;
|
2016-09-13 18:48:04 +00:00
|
|
|
|
}
|
2016-05-10 23:06:27 +00:00
|
|
|
|
.oo-ui-numberInputWidget-minusButton.oo-ui-buttonElement-framed > .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
|
|
|
|
}
|
2016-05-10 23:06:27 +00:00
|
|
|
|
.oo-ui-numberInputWidget-plusButton.oo-ui-buttonElement-framed > .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
|
|
|
|
}
|