mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
0ee35c99d0
Tool that launches a popup when clicked. Change-Id: Ie35b51f8160ad3fb844491e2799656413d4029c0
19 lines
376 B
CSS
19 lines
376 B
CSS
/*!
|
|
* ObjectOriented UserInterface Tool styles.
|
|
*
|
|
* @copyright 2011-2013 OOJS Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* OO.ui.PopupTool */
|
|
|
|
.oo-ui-popupTool .oo-ui-popupWidget {
|
|
margin-left: 1.25em;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.oo-ui-popupTool .oo-ui-popupWidget-popup,
|
|
.oo-ui-popupTool .oo-ui-popupWidget-tail {
|
|
z-index: 4;
|
|
}
|