mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
e59ee87887
Also add classes to basic/reuse so they can be differently styled. Bug: T108725 Change-Id: I4d128afe86c7fae2d8cbd8a57749970942e39e76
11 lines
285 B
CSS
11 lines
285 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwReferenceSourceSelectWidget-separator {
|
|
border-top: 1px solid #ccc;
|
|
}
|