Cherry-picked fixes: * be46e1773cd0f6b04510c325054d49835714b5f3 * 629389a777b35d131289a12cecf986e52ff65534 * 92dcdcf5351f6d499624d247b2a3ebff66346aca * f991c382ce3dd80ed3498bb09e81885b94f8795e Bug: T155711 Bug: T155728 Change-Id: I741db3a17eec812b50b4befcc7eba603943b759c
498 lines
17 KiB
CSS
498 lines
17 KiB
CSS
/*!
|
||
* OOjs UI v0.18.4-fix (d4045dee45)
|
||
* https://www.mediawiki.org/wiki/OOjs_UI
|
||
*
|
||
* Copyright 2011–2017 OOjs UI Team and other contributors.
|
||
* Released under the MIT license
|
||
* http://oojs.mit-license.org
|
||
*
|
||
* Date: 2017-01-19T20:22:32Z
|
||
*/
|
||
.oo-ui-popupTool .oo-ui-popupWidget-popup,
|
||
.oo-ui-popupTool .oo-ui-popupWidget-anchor {
|
||
z-index: 4;
|
||
}
|
||
.oo-ui-popupTool .oo-ui-popupWidget {
|
||
/* @noflip */
|
||
margin-left: 1.25em;
|
||
}
|
||
.oo-ui-toolGroupTool > .oo-ui-popupToolGroup {
|
||
border: 0;
|
||
border-radius: 0;
|
||
margin: 0;
|
||
}
|
||
.oo-ui-toolGroupTool:first-child > .oo-ui-popupToolGroup {
|
||
border-top-left-radius: 0.3125em;
|
||
border-bottom-left-radius: 0.3125em;
|
||
}
|
||
.oo-ui-toolGroupTool:last-child > .oo-ui-popupToolGroup {
|
||
border-top-right-radius: 0.3125em;
|
||
border-bottom-right-radius: 0.3125em;
|
||
}
|
||
.oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle {
|
||
height: 1.875em;
|
||
padding: 0.3125em;
|
||
}
|
||
.oo-ui-toolGroupTool > .oo-ui-popupToolGroup > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
||
height: 1.875em;
|
||
width: 1.875em;
|
||
}
|
||
.oo-ui-toolGroupTool > .oo-ui-popupToolGroup.oo-ui-labelElement > .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
line-height: 2.1em;
|
||
}
|
||
.oo-ui-toolGroup {
|
||
display: inline-block;
|
||
vertical-align: middle;
|
||
margin: 0.375em;
|
||
border-radius: 0.3125em;
|
||
border: 1px solid transparent;
|
||
-webkit-transition: border-color 250ms ease;
|
||
-moz-transition: border-color 250ms ease;
|
||
transition: border-color 250ms ease;
|
||
}
|
||
.oo-ui-toolGroup-empty {
|
||
display: none;
|
||
}
|
||
.oo-ui-toolGroup .oo-ui-tool-link {
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
.oo-ui-toolGroup.oo-ui-widget-disabled .oo-ui-tool-link,
|
||
.oo-ui-toolGroup .oo-ui-widget-disabled > .oo-ui-tool-link {
|
||
outline: 0;
|
||
cursor: default;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-toolGroup + .oo-ui-toolGroup {
|
||
margin-left: 0;
|
||
}
|
||
.oo-ui-toolGroup.oo-ui-widget-enabled:hover {
|
||
border-color: rgba(0, 0, 0, 0.1);
|
||
}
|
||
.oo-ui-toolGroup.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
|
||
color: #000;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
|
||
display: inline-block;
|
||
position: relative;
|
||
vertical-align: top;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
|
||
display: block;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel {
|
||
display: none;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
display: inline-block;
|
||
vertical-align: top;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title {
|
||
display: none;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title {
|
||
display: inline;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool {
|
||
margin: -1px 0 -1px -1px;
|
||
border: 1px solid transparent;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:first-child {
|
||
border-top-left-radius: 0.3125em;
|
||
border-bottom-left-radius: 0.3125em;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool:last-child {
|
||
margin-right: -1px;
|
||
border-top-right-radius: 0.3125em;
|
||
border-bottom-right-radius: 0.3125em;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
|
||
height: 1.875em;
|
||
padding: 0.3125em;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
height: 1.875em;
|
||
width: 1.875em;
|
||
}
|
||
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
|
||
line-height: 2.1em;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
|
||
background-color: #f8fbfd;
|
||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
|
||
background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
|
||
border-left-color: rgba(0, 0, 0, 0.1);
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link:focus {
|
||
outline: 0;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title {
|
||
color: #ccc;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover > .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 1;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool:focus {
|
||
outline: 0;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link:focus {
|
||
outline: 0;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
|
||
color: #ccc;
|
||
}
|
||
.oo-ui-barToolGroup.oo-ui-widget-disabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-popupToolGroup {
|
||
position: relative;
|
||
height: 2.5em;
|
||
min-width: 2.5em;
|
||
}
|
||
.oo-ui-popupToolGroup-handle {
|
||
display: block;
|
||
cursor: pointer;
|
||
}
|
||
.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator,
|
||
.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
||
position: absolute;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle {
|
||
outline: 0;
|
||
cursor: default;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
|
||
display: none;
|
||
position: absolute;
|
||
z-index: 4;
|
||
}
|
||
.oo-ui-popupToolGroup-active.oo-ui-widget-enabled > .oo-ui-toolGroup-tools {
|
||
display: block;
|
||
}
|
||
.oo-ui-popupToolGroup-left > .oo-ui-toolGroup-tools {
|
||
left: 0;
|
||
}
|
||
.oo-ui-popupToolGroup-right > .oo-ui-toolGroup-tools {
|
||
right: 0;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link {
|
||
display: table;
|
||
width: 100%;
|
||
vertical-align: middle;
|
||
white-space: nowrap;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon,
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
|
||
display: table-cell;
|
||
vertical-align: middle;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
|
||
text-align: right;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
|
||
padding-left: 3em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup {
|
||
min-width: 1.875em;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-iconElement {
|
||
min-width: 3.125em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement {
|
||
min-width: 2.5em;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
|
||
min-width: 4.375em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
|
||
min-width: 3.75em;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
line-height: 2.6em;
|
||
margin: 0 1em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
margin: 0 0.5em;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
margin-left: 3em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-iconElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
margin-left: 2.5em;
|
||
}
|
||
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
margin-right: 2.25em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
|
||
margin-right: 1.75em;
|
||
}
|
||
.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
|
||
width: 0.9375em;
|
||
height: 0.9375em;
|
||
margin: 0.78125em;
|
||
top: 0;
|
||
right: 0;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
|
||
right: -0.3125em;
|
||
}
|
||
.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
||
width: 1.875em;
|
||
height: 1.875em;
|
||
margin: 0.3125em;
|
||
top: 0;
|
||
left: 0.3125em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
||
left: 0;
|
||
}
|
||
.oo-ui-popupToolGroup-header {
|
||
line-height: 2.6em;
|
||
margin: 0 0.6em;
|
||
font-weight: bold;
|
||
}
|
||
.oo-ui-popupToolGroup-active.oo-ui-widget-enabled {
|
||
border-bottom-left-radius: 0;
|
||
border-bottom-right-radius: 0;
|
||
box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
|
||
background-color: #f8fbfd;
|
||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
|
||
background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
|
||
top: 2.5em;
|
||
margin: 0 -1px;
|
||
border: 1px solid #ccc;
|
||
background-color: #fff;
|
||
box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.25);
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link {
|
||
padding: 0.3125em 0 0.3125em 0.3125em;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
height: 1.875em;
|
||
width: 1.875em;
|
||
min-width: 1.875em;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
|
||
padding-left: 0.5em;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel,
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
|
||
line-height: 2em;
|
||
}
|
||
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
|
||
color: #888;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool {
|
||
display: block;
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-toolGroup-tools {
|
||
padding: 0.3125em;
|
||
}
|
||
.oo-ui-listToolGroup.oo-ui-popupToolGroup-active {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool {
|
||
border: 1px solid transparent;
|
||
margin: -1px 0;
|
||
padding: 0 0.625em 0 0;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled {
|
||
border-color: rgba(0, 0, 0, 0.1);
|
||
box-shadow: inset 0 0.0875em 0.0875em 0 rgba(0, 0, 0, 0.07);
|
||
background-color: #f8fbfd;
|
||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F1F7FB), color-stop(100%, #fff));
|
||
background-image: -webkit-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: -moz-linear-gradient(top, #F1F7FB 0, #fff 100%);
|
||
background-image: linear-gradient(to bottom, #F1F7FB 0, #fff 100%);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1f7fb', endColorstr='#ffffffff' )";
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled + .oo-ui-tool-active.oo-ui-widget-enabled {
|
||
border-top-color: rgba(0, 0, 0, 0.1);
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool-active.oo-ui-widget-enabled:hover {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 1;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
|
||
color: #ccc;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-accel {
|
||
color: #ddd;
|
||
}
|
||
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-listToolGroup.oo-ui-widget-disabled {
|
||
color: #ccc;
|
||
}
|
||
.oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
|
||
.oo-ui-listToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-menuToolGroup {
|
||
border-color: rgba(0, 0, 0, 0.1);
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool {
|
||
display: block;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
|
||
min-width: 10em;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
|
||
min-width: 8.125em;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-toolGroup-tools {
|
||
padding: 0.3125em 0 0.3125em 0;
|
||
}
|
||
.oo-ui-menuToolGroup.oo-ui-widget-enabled:hover {
|
||
border-color: rgba(0, 0, 0, 0.2);
|
||
}
|
||
.oo-ui-menuToolGroup.oo-ui-popupToolGroup-active {
|
||
border-color: rgba(0, 0, 0, 0.25);
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool {
|
||
padding: 0 1.25em 0 0.3125em;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
background-image: none;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool-active .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
background-image: url('themes/apex/images/icons/check.png');
|
||
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
|
||
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/apex/images/icons/check.svg');
|
||
background-image: -o-linear-gradient(transparent, transparent), url('themes/apex/images/icons/check.png');
|
||
background-size: contain;
|
||
background-position: center center;
|
||
background-repeat: no-repeat;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
|
||
background-color: #e1f3ff;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-tool-title {
|
||
color: #ccc;
|
||
}
|
||
.oo-ui-menuToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-link .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-menuToolGroup.oo-ui-widget-disabled {
|
||
color: #ccc;
|
||
border-color: rgba(0, 0, 0, 0.05);
|
||
}
|
||
.oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator,
|
||
.oo-ui-menuToolGroup.oo-ui-widget-disabled .oo-ui-iconElement-icon {
|
||
opacity: 0.2;
|
||
}
|
||
.oo-ui-toolbar {
|
||
clear: both;
|
||
}
|
||
.oo-ui-toolbar-bar {
|
||
line-height: 1;
|
||
position: relative;
|
||
}
|
||
.oo-ui-toolbar-tools,
|
||
.oo-ui-toolbar-actions,
|
||
.oo-ui-toolbar-shadow {
|
||
-webkit-touch-callout: none;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
}
|
||
.oo-ui-toolbar-tools {
|
||
display: inline;
|
||
white-space: nowrap;
|
||
}
|
||
.oo-ui-toolbar-narrow .oo-ui-toolbar-tools {
|
||
white-space: normal;
|
||
}
|
||
.oo-ui-toolbar-tools .oo-ui-tool {
|
||
white-space: normal;
|
||
}
|
||
.oo-ui-toolbar-actions {
|
||
float: right;
|
||
}
|
||
.oo-ui-toolbar-actions .oo-ui-toolbar {
|
||
display: inline-block;
|
||
}
|
||
.oo-ui-toolbar-actions .oo-ui-popupWidget {
|
||
-webkit-touch-callout: default;
|
||
-webkit-user-select: all;
|
||
-moz-user-select: all;
|
||
-ms-user-select: all;
|
||
user-select: all;
|
||
}
|
||
.oo-ui-toolbar-shadow {
|
||
background-position: left top;
|
||
background-repeat: repeat-x;
|
||
position: absolute;
|
||
width: 100%;
|
||
pointer-events: none;
|
||
}
|
||
.oo-ui-toolbar-bar {
|
||
border-bottom: 1px solid #ccc;
|
||
background-color: #f8fbfd;
|
||
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #fff), color-stop(100%, #F1F7FB));
|
||
background-image: -webkit-linear-gradient(top, #fff 0, #F1F7FB 100%);
|
||
background-image: -moz-linear-gradient(top, #fff 0, #F1F7FB 100%);
|
||
background-image: linear-gradient(to bottom, #fff 0, #F1F7FB 100%);
|
||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#fff1f7fb' )";
|
||
}
|
||
.oo-ui-toolbar-bar .oo-ui-toolbar-bar {
|
||
border: 0;
|
||
background: none;
|
||
}
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-framed,
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-framed:last-child {
|
||
margin-top: 0.4em;
|
||
margin-bottom: 0.4em;
|
||
margin-right: 0.5em;
|
||
}
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement,
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement {
|
||
margin: 0;
|
||
}
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button,
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button {
|
||
margin: 0;
|
||
padding: 0 0.3125em;
|
||
}
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label,
|
||
.oo-ui-toolbar-actions > .oo-ui-buttonElement-frameless:last-child.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
|
||
margin: 0 1em;
|
||
line-height: 3.40625em;
|
||
}
|
||
.oo-ui-toolbar-shadow {
|
||
background-image: /* @embed */ url(themes/apex/images/toolbar-shadow.png);
|
||
bottom: -9px;
|
||
height: 9px;
|
||
opacity: 0.5;
|
||
-webkit-transition: opacity 500ms ease;
|
||
-moz-transition: opacity 500ms ease;
|
||
transition: opacity 500ms ease;
|
||
}
|