mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 18:36:20 +00:00
d5d2fd0541
Change-Id: I4c394adc7a510b85b346366f53daf05b96811393
20 lines
334 B
Plaintext
20 lines
334 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-switchPopupWidget {
|
|
white-space: normal;
|
|
z-index: 4;
|
|
|
|
.oo-ui-popupWidget-anchor {
|
|
margin-left: 1.25em;
|
|
}
|
|
|
|
.oo-ui-popupWidget-head {
|
|
font-weight: bold;
|
|
}
|
|
}
|