mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
99d3320573
For now just use the rules file in lib/ve, but eventually this will be a preset. Change-Id: I7fd79d3e1dce37aef066d416cd969e5fff1e962f Depends-On: I17e0d23ddfedf64985495ab35d113ea08c03b1df
12 lines
358 B
CSS
12 lines
358 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface link inspector tool styles.
|
|
*
|
|
* @copyright 2011-2016 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-tool-name-link .oo-ui-popupWidget-body .ve-ui-educationPopup-header {
|
|
background: url( images/link-ltr.png ) no-repeat center/90%;
|
|
height: 150px;
|
|
}
|