mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
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;
|
||
|
}
|